-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
42
43
44
45
46
47
48
{
"name": "@synapticon/motion-master-client",
"version": "2.2.2",
"private": false,
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/synapticon/motion-master-client.git"
},
"scripts": {
"build": "npx tsc --build tsconfig.json",
"watch": "npx tsc --watch",
"motion-master-client": "node dist/cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"licenses": "npx license-checker --csv --out tmp/licenses.csv --customPath licenses.format.json"
},
"bin": {
"motion-master-client": "dist/cli.js"
},
"author": "Marko Sanković <msankovic@synapticon.com> (https://github.com/markosankovic)",
"license": "MIT",
"dependencies": {
"@synapticon/motion-master-proto": "^5.2.2",
"commander": "^6.1.0",
"debug": "^4.1.1",
"lodash": "^4.17.20",
"long": "^4.0.0",
"rxjs": "^6.6.3",
"uuid": "^8.3.0",
"yaml": "^1.10.0"
},
"optionalDependencies": {
"zeromq": "^5.2.0"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.4",
"@types/uuid": "^8.3.0",
"@types/yaml": "^1.9.7",
"@types/zeromq": "^4.6.3",
"license-checker": "^25.0.1",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
}
}