-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "ual-meetone",
"version": "0.1.1",
"main": "dist/index.js",
"license": "MIT",
"author": {
"name": "meet.one",
"url": "https://meet.one"
},
"contributors": [
"John Trump"
],
"scripts": {
"build": "tsc --build tsconfig.json",
"watch": "tsc -w",
"clean-build": "rm -rf dist && yarn build",
"lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "jest"
},
"dependencies": {
"meet-bridge": "^2.0.2-release",
"universal-authenticator-library": "0.1.0"
},
"devDependencies": {
"@blockone/tslint-config-blockone": "^3.0.0",
"@types/jest": "^24.0.9",
"jest": "^24.1.0",
"ts-jest": "^24.0.0",
"tslint": "^5.13.0",
"typescript": "^3.3.3333"
},
"description": "UAL Authenticator for Meet.One mobile app",
"repository": {
"type": "git",
"url": "git+https://github.com/meet-one/ual-meetone.git"
},
"bugs": {
"url": "https://github.com/meet-one/ual-meetone/issues"
},
"homepage": "https://github.com/meet-one/ual-meetone#readme"
}