-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 733 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 733 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
{
"name": "expanse",
"version": "3.0.0",
"description": "The score sorting system for AOT Vogel (previously known as expanse).",
"main": "src/main.ts",
"type": "module",
"license": "MIT",
"scripts": {
"start": "npx tsx ."
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.1",
"@types/readline-sync": "^1.4.8",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1"
},
"dependencies": {
"process": "^0.11.10",
"readline-sync": "^1.4.10"
}
}