-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
42
43
44
45
46
47
48
49
{
"name": "installerzen",
"version": "1.0.17",
"description": "Install applications on linux with one command in less than 30 seconds.",
"main": "src/index.js",
"bin": "./src/index.js",
"types": "src/index.d.ts",
"scripts": {
"dev": "npm run build && node dist/src/index.js",
"start": "node dist/src/index.js",
"build": "tsc -p . && gulp"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/commander": "^2.12.2",
"@types/figlet": "^1.2.0",
"@types/inquirer": "^6.5.0",
"@types/node": "^10.0.3",
"del": "^5.1.0",
"gts": "^2.0.0",
"gulp": "^4.0.2",
"gulp-run": "^1.7.1",
"markdown-magic": "^1.0.0",
"markdown-magic-dependency-table": "^1.3.2",
"markdown-magic-directory-tree": "^1.2.3",
"markdown-magic-version-badge": "^1.1.1",
"nodemon": "^2.0.3",
"ts-node": "^8.9.0",
"typescript": "~3.8.0"
},
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.1.0",
"figlet": "^1.3.0",
"inquirer": "~7.1.0"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/jfollmann/installerzen"
},
"keywords": [],
"author": "Jefferson Follmann <jeff.follmann@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfollmann/installerzen/issues"
},
"homepage": "https://github.com/jfollmann/installerzen"
}