-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.72 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "tabris-cli",
"version": "3.9.1",
"description": "Command line tool for Tabris.js",
"dependencies": {
"boxen": "^4.2.0",
"chalk": "^1.1.3",
"cli-progress": "^1.4.1",
"commander": "^2.12.2",
"connect": "^3.7.0",
"fast-xml-parser": "^4.0.9",
"filewatcher": "^3.0.1",
"fs-extra": "^4.0.0",
"generator-tabris-js": "^3.9.1",
"ignore": "^3.2.4",
"node-wifi": "^2.0.12",
"portscanner": "^2.1.0",
"promptly": "^2.2.0",
"qrcode": "^1.4.4",
"semver": "^5.3.0",
"serve-static": "^1.14.1",
"strip-ansi": "^6.0.0",
"tree-kill": "^1.2.2",
"update-notifier": "^2.2.0",
"ws": "^5.2.0",
"yauzl": "^2.8.0",
"yeoman-environment": "^2.3.4"
},
"bin": {
"tabris": "src/tabris.js"
},
"scripts": {
"mocha": "NODE_ENV=test mocha --exit",
"mocha:win": "set NODE_ENV=test&mocha --exit",
"lint": "eslint .",
"test": "npm run mocha && npm run lint",
"test:win": "npm run mocha:win && npm run lint",
"nightly": "npm --no-git-tag-version version $(echo $npm_package_version-dev.`date +%Y%m%d`)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eclipsesource/tabris-js-cli.git"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eclipsesource/tabris-js-cli/issues"
},
"homepage": "https://github.com/eclipsesource/tabris-js-cli#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1",
"htmllint": "^0.8.0",
"mocha": "^6.2.2",
"mock-socket": "7.1.0",
"node-fetch": "^1.6.3",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"string.prototype.matchall": "^4.0.3",
"temp": "^0.8.3",
"yazl": "^2.4.2"
}
}