forked from Hanb1ng/chronocat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.56 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": "chronocat-workspace",
"description": "小巧轻便的 Red 实现",
"version": "0.0.0",
"packageManager": "[email protected]",
"private": true,
"license": "UNLICENSED",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "ts-node -T scripts/clean.cts",
"pak": "ts-node -T scripts/pak.cts",
"build": "yarn workspace @chronocat/core build && concurrently -n pak,llqqnt,qqntim,iife yarn:pak \"yarn workspace @chronocat/plugin-llqqnt build\" \"yarn workspace @chronocat/plugin-qqntim build\" \"yarn workspace @chronocat/iife build\"",
"build:dev": "yarn workspace @chronocat/core build:dev && concurrently -n llqqnt,qqntim,iife \"yarn workspace @chronocat/plugin-llqqnt build\" \"yarn workspace @chronocat/plugin-qqntim build\" \"yarn workspace @chronocat/iife build\"",
"lint": "eslint --ignore-path .gitignore --ignore-pattern **/*.d.ts .",
"lint:fix": "yarn lint --fix",
"test": "jest"
},
"resolutions": {
"@swc/core": "1.3.82"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"concurrently": "^8.2.1",
"esbuild": "^0.19.2",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.6.3",
"prettier": "^3.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}