-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 878 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 878 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
{
"name": "omake",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/build.js",
"scripts": {
"setup": "npx vercel login && npx vercel link",
"start": "npx vercel dev",
"deploy": "npx vercel deploy --prod",
"build": "tsc && node dist/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thwiki/omake.git"
},
"author": "arumi@thwiki.cc",
"license": "MIT",
"bugs": {
"url": "https://github.com/thwiki/omake/issues"
},
"dependencies": {
"cpy": "^9.0.1",
"del": "^6.1.1",
"download": "^8.0.0",
"extract-zip": "^2.0.1",
"jsdom": "^20.0.3",
"make-dir": "^3.1.0",
"node-fetch": "^3.3.0",
"nunjucks": "^3.2.3",
"vercel": "^28.6.0",
"yaml": "^2.1.3"
},
"devDependencies": {
"@types/download": "^8.0.1",
"@types/jsdom": "^20.0.1",
"@types/nunjucks": "^3.2.1",
"typescript": "^4.9.3"
}
}