-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@fluidnext/electron-polymer-cli",
"version": "1.0.0",
"description": "Tool writed with node, used to create module for the player",
"main": "bin/electron-polymer.js",
"bin": {
"ep-cli": "bin/electron-polymer.js"
},
"scripts": {
"run": "node bin/electron-polymer.js",
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"run-dev": "tsc | node bin/electron-polymer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluidnext/electron-polymer-cli.git"
},
"keywords": [
"Git",
"CLI"
],
"author": {
"name": "Dessi Emanuele",
"url": "https://github.com/EmanueleDessi"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/fluidnext/electron-polymer-cli/issues"
},
"engines": {
"node": ">=10.16.0"
},
"homepage": "https://github.com/fluidnext/electron-polymer-cli#readme",
"dependencies": {
"@fluidnext/library": "github:fluidnext/library",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"camelcase": "^5.3.1",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"commander": "^2.20.0",
"cross-env": "^5.2.0",
"figlet": "^1.2.3",
"jest": "^24.5.0",
"mocha": "^6.0.2",
"react-router-relay": "^0.14.0",
"semver": "^6.2.0",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.3",
"typescript": "^3.3.3333"
},
"devDependencies": {
"@types/node": "^12.0.12",
"polymer-cli": "^1.9.10"
}
}