-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 745 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
{
"name": "@shadeup/cli",
"version": "1.3.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "node cli.js"
},
"bin": {
"shadeup": "./cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AskingQuestions/Shadeup"
},
"author": "AskingQuestions <npm@jrmy.dev>",
"license": "MIT",
"dependencies": {
"@typescript/vfs": "^1.5.0",
"boxen": "^7.0.0",
"colors": "^1.4.0",
"commander": "^9.2.0",
"electron": "^28.2.2",
"inquirer": "^8.2.4",
"shadeup": "^1.3.6",
"typescript": "^5.3.3",
"uglify-js": "^3.17.4",
"vite": "^5.1.1",
"web-tree-sitter": "^0.20.8"
}
}