-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.17 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
{
"name": "project-chef",
"version": "1.0.92",
"main": "dist/index.js",
"bin": "dist/index.js",
"author": "Tolga Erdönmez",
"license": "MIT",
"private": false,
"devDependencies": {
"@types/figlet": "^1.2.0",
"@types/inquirer": "^6.5.0",
"@types/jest": "^26.0.0",
"@types/ncp": "^2.0.4",
"@types/node": "^14.0.14",
"@types/nodegit": "^0.26.5",
"@types/ora": "^3.2.0",
"jest": "^26.0.1",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"
},
"dependencies": {
"figlet": "^1.4.0",
"inquirer": "^7.2.0",
"kleur": "^4.0.1",
"ncp": "^2.0.0",
"nodegit": "^0.26.5",
"ora": "^4.0.4",
"project-chef-templates": "^1.0.8",
"rxjs": "^6.5.5",
"ts-node": "^8.10.2"
},
"scripts": {
"start": "PROD=false ts-node index.ts",
"dev": "PROD=false DEV=true ts-node index.ts",
"build": "PROD=true tsc",
"test": "DEV=true jest"
},
"repository": {
"type": "git",
"url": "https://github.com/tolgaerdonmez/project-chef"
},
"keywords": [
"cli",
"console",
"terminal",
"templates",
"boilerplates",
"tsconfig.json",
"typescript",
"command-line",
"prompts"
]
}