-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 724 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
{
"name": "kachiclash",
"description": "A Grand Sumo prediction game.",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"type:check": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"author": "Daniel Dickison",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"eslint": "^10.3.0",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.8.3",
"prettier-plugin-jinja-template": "^2.2.0",
"sass": "^1.99.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.59.2",
"web-push": "^3.6.7"
}
}