-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 970 Bytes
/
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
{
"name": "board-data",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "XCPCIO Board Data",
"author": "Dup4 <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/xcpcio/board-data",
"repository": {
"type": "git",
"url": "git+https://github.com/xcpcio/board-data.git"
},
"bugs": {
"url": "https://github.com/xcpcio/board-data/issues"
},
"keywords": [
"ICPC",
"CCPC"
],
"main": "index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"test": "vitest",
"lint": "eslint ./src",
"gen_rating": "tsx ./src/rating.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.3",
"@types/node": "^20.11.6",
"@xcpcio/core": "^0.47.0",
"@xcpcio/types": "^0.47.0",
"eslint": "^8.56.0",
"pnpm": "^8.14.3",
"taze": "^0.13.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
}
}