-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.07 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@rakentaja/cli",
"version": "1.2.5",
"main": "index.ts",
"private": false,
"bin": {
"rakentaja": "./bin/index.js"
},
"keywords": [
"config",
"project",
"generator",
"generate",
"frontend",
"development",
"boilerplate",
"app",
"cli-app",
"cli",
"scaffold",
"stack",
"build"
],
"scripts": {
"dev": "tsc -w",
"build": "tsc"
},
"files": [
"bin/**"
],
"dependencies": {
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/inquirer": "^6.5.0",
"@types/mustache": "^0.8.32",
"@types/node": "^12.12.7",
"@types/shelljs": "^0.8.6",
"@types/yargs": "^13.0.3",
"chalk": "^3.0.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.0",
"mustache": "^3.1.0",
"nodemon": "^1.19.4",
"shelljs": "^0.8.3",
"ts-node": "^8.5.0",
"typescript": "^3.7.2",
"yargs": "^14.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rakentaja/cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rakentaja/cli/issues"
},
"homepage": "https://github.com/rakentaja/cli#readme"
}