-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "gen-diff-oi293",
"version": "1.3.6",
"main": "dist/index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"scripts": {
"prepublishOnly": "npm run build",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"babel-node": "babel-node",
"eslint": "eslint",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i-obr/project-lvl2-s293.git"
},
"author": "Ivan Obraztcov",
"license": "MIT",
"bugs": {
"url": "https://github.com/i-obr/project-lvl2-s293/issues"
},
"homepage": "https://github.com/i-obr/project-lvl2-s293#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^23.4.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.1.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-flowtype": "^2.45.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.12.2",
"flow-bin": "^0.66.0",
"flow-typed": "^2.3.0",
"jest": "^22.3.0",
"jest-cli": "^22.4.0"
},
"dependencies": {
"commander": "^2.16.0",
"ini": "^1.3.5",
"js-yaml": "^3.12.0",
"lodash": "^4.17.10"
}
}