-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 941 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
38
39
40
41
{
"name": "@visuals3d/vis3d",
"version": "1.14.1",
"description": "A small cli to create microservices and generate internal code templates",
"main": "index.js",
"bin": {
"@visuals3d/vis3d": "bin/vis3d",
"vis3d": "bin/vis3d"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Visuals3D/vis3d.git"
},
"keywords": [
"cli",
"vis3d"
],
"author": "Kilian Mehringer",
"license": "GPL",
"bugs": {
"url": "https://github.com/Visuals3D/vis3d/issues"
},
"homepage": "https://github.com/Visuals3D/vis3d#readme",
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.0",
"esm": "^3.2.25",
"execa": "^5.0.0",
"gitignore": "^0.7.0",
"inquirer": "^8.0.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0"
}
}