-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 953 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
{
"name": "@pratiksyngenta/react-web-toolkit",
"version": "0.0.3",
"description": "react-web-toolkit",
"scripts": {
"build": "node node_modules/npm-pack-all",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratiksyngenta/react-web-toolkit.git"
},
"author": "Pratik Tayade <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pratiksyngenta/react-web-toolkit/issues"
},
"dependencies": {
"chalk-pipe": "^4.0.0",
"inquirer": "^7.3.3",
"mkdirp": "^1.0.4"
},
"bundledDependencies": [
"chalk-pipe", "inquirer", "mkdirp"
],
"homepage": "https://github.com/pratiksyngenta/react-web-toolkit#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@pratiksyngenta"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}