-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1016 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1016 Bytes
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
{
"name": "panda-api-cli",
"version": "1.0.3",
"description": "Panda API Framework CLI",
"main": "bin/index.js",
"bin": {
"panda": "./bin/index.js"
},
"scripts": {
"start": "npm run build && nodemon index.ts",
"build": "tsc -p .",
"local": "npm run build && npm i -g && panda"
},
"keywords": [
"panda",
"framework",
"panda",
"api",
"api",
"node",
"nodejs",
"typescript",
"restapi"
],
"author": "Kevin Schmidt",
"license": "ISC",
"dependencies": {
"@npmcli/package-json": "^3.1.1",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"figlet": "^1.6.0",
"fs": "^0.0.1-security",
"gitly": "^2.4.2",
"inquirer": "^8.0.0",
"ora": "^5.4.1"
},
"devDependencies": {
"@types/figlet": "^1.5.6",
"@types/inquirer": "^9.0.3",
"@types/node": "^20.3.2",
"@types/npmcli__package-json": "^2.0.0",
"@types/tar": "^6.1.5",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}