-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 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
{
"name": "fix-package-versions",
"version": "1.1.23",
"description": "This is the first approach to a fix package.json versions",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"fix-package-versions": "dist/bundle.js",
"build": "./node_modules/.bin/rollup --config",
"version": "git add .",
"postversion": "git push && git push --tags"
},
"bin": {
"fix-package-versions": "./bin/fix-package-versions"
},
"repository": {
"url": "https://github.com/segux/fix-package-versions",
"type": "git"
},
"bugs": {
"url": "https://github.com/segux/fix-package-versions/issues",
"email": "[email protected]"
},
"author": "Jose Segura García <segux>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"regenerator-runtime": "0.12.1",
"rollup": "0.67.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-node-resolve": "3.4.0"
},
"dependencies": {
"babel-register": "^6.26.0",
"edit-json-file": "1.1.0",
"json": "9.0.6",
"optimist": "0.6.1",
"package-json-validator": "0.6.3",
"prompt-base": "5.0.0",
"read-package-json": "2.0.13"
}
}