-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
40
41
{
"name": "root-up",
"version": "2.0.8",
"description": "generator for template folder by boilerplate",
"homepage": "https://github.com/minsoo-web/root-up",
"repository": {
"type": "git",
"url": "https://github.com/minsoo-web/root-up"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/minsoo-web/root-up/issues"
},
"bin": {
"root-up": "./build/index.js"
},
"scripts": {
"prepublishOnly": "tsc && node src/scripts/build.js",
"build": "tsc && node src/scripts/build.js",
"dev": "npx tsx ./src/index.ts"
},
"author": "minsoo-web <[email protected]>",
"keywords": [
"boilerplate",
"template generate",
"folder generate",
"template",
"template folder auto generate"
],
"license": "MIT",
"dependencies": {
"inquirer": "^9.1.4"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^18.8.0",
"esbuild": "^0.17.7",
"inquirer-fuzzy-path": "^2.3.0",
"typescript": "^4.9.5"
}
}