forked from xcpcio/xcpcio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.89 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@xcpcio/xcpcio",
"version": "0.53.1",
"private": true,
"packageManager": "[email protected]",
"description": "XCPCIO",
"author": "Dup4 <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/xcpcio/xcpcio",
"repository": {
"type": "git",
"url": "git+https://github.com/xcpcio/xcpcio.git"
},
"bugs": {
"url": "https://github.com/xcpcio/xcpcio/issues"
},
"keywords": [
"ICPC",
"CCPC"
],
"engines": {
"node": ">=18"
},
"scripts": {
"build": "pnpm -r --filter=./packages/**/* run build",
"build:libs": "pnpm -r --filter=./packages/libs/**/* run build",
"dev": "pnpm -r --parallel --filter=./packages/**/* run dev",
"start": "pnpm -r --parallel --filter=./packages/**/* run start",
"test": "vitest",
"lint": "run-p lint:*",
"lint:build": "pnpm -r --parallel --filter=./packages/**/* run lint:build",
"lint:eslint": "eslint .",
"format": "run-p format:*",
"format:eslint": "eslint --fix .",
"release": "bumpp package.json packages/**/*/package.json --commit --push --tag",
"publish:npm": "pnpm -r publish --no-git-checks --access public",
"publish:npm_with_build": "cross-env BUILD_MODE=npm_publish pnpm build && pnpm -r publish --no-git-checks --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@babel/types": "^7.25.7",
"@types/glob": "^8.1.0",
"@types/node": "^18.19.55",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"bumpp": "^9.7.1",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"esmo": "^4.8.0",
"fsxx": "^0.1.0",
"glob": "^11.0.0",
"npm-run-all": "^4.1.5",
"pnpm": "^9.12.1",
"taze": "^0.17.2",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vitest": "^2.1.2",
"zx": "^8.1.9"
}
}