-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
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
{
"name": "pkgen",
"version": "0.0.0",
"description": "",
"main": "dist/main.js",
"bin": "run.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup -c && npx pkg ./dist/main.js --output pkgen"
},
"keywords": [],
"author": "inadati <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-typescript": "^8.1.0",
"@types/figlet": "^1.2.1",
"pkg": "^4.4.9",
"rollup": "^2.36.1",
"rollup-plugin-root-import": "^1.0.0",
"typescript": "^4.1.3"
},
"dependencies": {
"cac": "^6.7.1",
"chalk": "^4.1.0",
"clui": "^0.3.6",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.1",
"ora": "^5.2.0",
"shelljs": "^0.8.4"
}
}