-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "atomiq-cli",
"version": "1.0.0-alpha.42",
"description": "Atomiq CLI",
"license": "MIT",
"scripts": {
"test": "babel-node ./node_modules/.bin/isparta cover --report html ./node_modules/mocha/bin/_mocha -- --recursive src/test",
"prepublish": "node make babel",
"lint": "eslint src",
"format": "esformatter -i 'src/**/*.js'"
},
"bin": {
"atomiq": "./dist/bin/atomiq.js"
},
"repository": "atomiqio/atomiq-cli",
"dependencies": {
"babel-cli": "^6.9.0",
"babel-eslint": "^6.0.5",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-register": "^6.9.0",
"chalk": "*",
"commander": "*",
"debug": "*",
"esformatter": "^0.9.3",
"eslint": "^3.0.1",
"eslint-plugin-babel": "^3.2.0",
"inquirer": "^1.0.3",
"isparta": "^4.0.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.3",
"node-fetch": "^1.5.3",
"nodemon": "^1.9.2",
"nunjucks": "*",
"optimist": "*",
"prompt": "*",
"ramda": "*",
"rimraf": "*",
"semver": "*",
"shelljs": "*",
"source-map-support": "^0.4.0",
"watch": "^0.19.1"
},
"atomiq": {
"supportedVersion": "1.0.7"
}
}