-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.52 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
59
{
"name": "raylyanway_difference_calculator",
"version": "1.7.4",
"description": "difference calculator",
"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/raylyanway/difference_calculator.git"
},
"files": [
"dist"
],
"main": "dist/index.js",
"bin": {
"gendiff": "dist/bin/gendiff.js"
},
"keywords": [
"difference",
"calculator"
],
"author": "raylyanway",
"license": "MIT",
"bugs": {
"url": "https://github.com/raylyanway/difference_calculator/issues"
},
"homepage": "https://github.com/raylyanway/difference_calculator#readme",
"dependencies": {
"commander": "^8.1.0",
"ini": "^2.0.0",
"js-yaml": "^4.0.0",
"lodash.flatten": "^4.4.0",
"lodash.has": "^4.5.2",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.union": "^4.6.0"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/node": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"prettier": "^2.2.1"
}
}