-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "scripts",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"build": "concurrently npm:build:*",
"build:qinglong": "ts-node ./etc/build/qinglong.ts",
"build:monkey": "ts-node ./etc/build/monkey.ts",
"lint": "concurrently npm:lint:*",
"lint:type-check": "tsc --noEmit",
"test": "vitest"
},
"keywords": [],
"author": "Arylo Yeung <arylo.open@gmail.com>",
"homepage": "https://github.com/Arylo/scripts#readme",
"bugs": {
"url": "https://github.com/Arylo/scripts/issues"
},
"license": "MIT",
"dependencies": {
"@js-sh/js-sh": "^0.1.1"
},
"devDependencies": {
"@types/download": "^8.0.5",
"@types/jquery": "^3.5.30",
"@types/md5": "^2.3.5",
"@vitest/coverage-v8": "^1.6.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"download": "^8.0.0",
"esbuild": "^0.21.5",
"htmlnano": "^2.1.1",
"md5": "^2.3.0",
"md5-file": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0",
"yn": "^4.0.0"
}
}