-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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
29
30
31
32
33
{
"name": "git-npx",
"version": "1.0.0",
"description": "TheFlyingCoders accelerator for quickly making git accelerators install-able with NPX",
"files": [
"index.js",
"git-npx.js",
"scripts"
],
"engines": {
"node": ">=8"
},
"bin": {
"git-npx": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TheRealFlyingCoder/git-npx.git"
},
"author": "Thomas Rowe (TheFlyingCoder)",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.4.16",
"arg": "^4.1.1",
"axios": "^0.20.0",
"chalk": "^2.4.2",
"esm": "^3.2.25",
"fs": "^0.0.1-security",
"os": "^0.1.1",
"path": "^0.12.7",
"tmp": "^0.1.0"
}
}