-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 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
{
"name": "project-delta",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RudraKumarSharma/Project-Delta.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RudraKumarSharma/Project-Delta/issues"
},
"homepage": "https://github.com/RudraKumarSharma/Project-Delta#readme",
"dependencies": {
"@inquirer/input": "^4.2.0",
"@inquirer/prompts": "^7.6.0",
"axios": "^1.10.0",
"cli-spinners": "^3.2.0",
"cli-table3": "^0.6.5",
"inquirer": "^12.7.0",
"keypress": "^0.2.1",
"nanospinner": "^1.2.2",
"spinner": "^0.3.4"
}
}