-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
70 lines (70 loc) · 1.49 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
64
65
66
67
68
69
70
{
"name": "@willowtreeapps/ukor",
"version": "1.1.3",
"description": "Roku build tool with flavors and deployment",
"keywords": [
"roku",
"brightscript",
"build",
"deployment",
"flavor",
"tool",
"test",
"init",
"compiler"
],
"engines": {
"node": ">=7.6.0",
"npm": ">=5.3.0"
},
"main": "ukor.js",
"scripts": {
"docs": "./build/run-docs.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/willowtreeapps/ukor"
},
"author": "WillowTree Inc.",
"publisher": "willowtreeapps",
"license": "Apache-2.0",
"bin": {
"ukor": "bin/ukor.js"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
}
},
"dependencies": {
"@willowtreeapps/wist": "^2.0.1",
"ajv": "^6.5.4",
"ajv-keywords": "^3.2.0",
"xml2js": "^0.4.19",
"archiver": "^3.0.0",
"commander": "^2.18.0",
"fs-extra": "^7.0.0",
"ip": "^1.1.5",
"js-yaml": "^3.12.0",
"mkdirp": "^0.5.1",
"node-ssdp": "^4.0.0",
"object-merge": "^2.5.1",
"prettyjson": "^1.2.1",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"winston": "^3.1.0",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}