-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.47 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
{
"name": "elb-check_diff",
"description": "Hexlet second project",
"author": "Babaev Eldar",
"license": "MIT",
"version": "1.4.5",
"homepage": "https://github.com/BabayevEldar/project-lvl2-s487#readme",
"main": "dist/index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BabayevEldar/project-lvl2-s487.git"
},
"keywords": [
"diff-generator",
"hexlet"
],
"bugs": {
"url": "https://github.com/BabayevEldar/project-lvl2-s487/issues"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"debug": "^4.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.2.0",
"flow-bin": "^0.114",
"flow-typed": "^2.6.2",
"gulp-babel": "^8.0.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0"
},
"dependencies": {
"@babel/plugin-proposal-pipeline-operator": "^7.7.7",
"commander": "^4.0.1",
"ini": "^1.3.5",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15"
}
}