-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "sgmf-scripts",
"version": "2.3.0",
"description": "Scripts for sgmf overlay cartridges",
"main": "exports.js",
"bin": {
"sgmf-scripts": "./index.js"
},
"scripts": {
"test": "./index.js --cover test/unit",
"lint": "./index.js --lint js"
},
"author": "Ilya Volodin",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"chokidar": "^1.7.0",
"dwupload": "^3.8.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"inquirer": "^3.0.6",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"onchange": "^3.2.1",
"optionator": "^0.8.2",
"shelljs": "^0.8.2",
"webdriverio": "^4.12.0",
"webpack": "^4.12.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"proxyquire": "^2.1.0",
"sinon": "^6.2.0"
}
}