-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 863 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
35
36
37
{
"name": "install-peers",
"version": "1.0.4",
"description": "Automatically installs project's peerDependencies (as devDependencies)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexindigo/install-peers.git"
},
"keywords": [
"peerdependencies",
"peers",
"peerdeps",
"dev",
"devdeps",
"devdependencies",
"install",
"automatically",
"npm",
"yarn",
"nvm",
"local"
],
"author": "Alex Indigo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexindigo/install-peers/issues"
},
"homepage": "https://github.com/alexindigo/install-peers#readme",
"dependencies": {
"executioner": "^2.0.1"
}
}