-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 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
38
{
"name": "gendiff-poletay-2",
"version": "0.6.7",
"description": "lvl-02-project v2",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"babel-node": "babel-node",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build",
"eslint": "eslint"
},
"author": "Aleksey Smirnov",
"license": "ISC",
"devDependencies": {
"babel-cli": "*",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "*",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.14.0",
"jest": "^22.4.4"
},
"files": [
"dist"
],
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"dependencies": {
"commander": "^2.19.0",
"ini": "^1.3.5",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11"
}
}