-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 813 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 813 Bytes
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
{
"name": "build-node-venv",
"version": "1.0.5",
"description": "Bash helper to re-build nodeenv",
"bin": {
"buildenv": "build-parent-node-venv.sh"
},
"scripts": {
"env": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./build-node-venv.sh && chmod +x ./build-node-venv.sh && ./build-node-venv.sh",
"test": "cd test && npm install && buildenv"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ES-Collection/build-node-venv.git"
},
"keywords": [
"nodeenv",
"python",
"venv",
"autoenv"
],
"author": "Bruno Herfst",
"license": "MIT",
"bugs": {
"url": "https://github.com/ES-Collection/build-node-venv/issues"
},
"homepage": "https://github.com/ES-Collection/build-node-venv"
}