-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.3 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
{
"name": "@webcraft/root",
"description": "A simple Minecraft clone built on web technologies.",
"version": "0.0.0",
"license": "SEE LICENSE IN LICENSE.md",
"private": true,
"author": {
"name": "G'lek Tarssza",
"email": "[email protected]",
"url": "https://glektarssza.com"
},
"homepage": "https://glektarssza.github.io/webcraft/",
"bugs": {
"url": "https://github.com/glektarssza/webcraft/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/glektarssza/webcraft.git"
},
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"test": "vitest --run --passWithNoTests --coverage.enabled=true --coverage.provider=istanbul --coverage.all=true --coverage.reporter=html --coverage.reporter=text"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.13.0",
"@vitest/coverage-istanbul": "^3.0.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-tsdoc": "^0.4.0",
"prettier": "^3.4.2",
"sass": "^1.83.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"typescript-eslint": "8.22.0",
"vitest": "^3.0.4"
}
}