-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.32 KB
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
{
"name": "@craeft/engine",
"version": "1.13.1",
"description": "Cräft! engine",
"main": "dist",
"scripts": {
"clean": "rm -rf ./dist ./node_modules ./.yarn",
"prettier": "prettier ./src --write",
"postinstall": "yarn build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint ./src",
"build": "tsc -b .",
"dev": "yarn build --watch"
},
"keywords": [],
"author": "Umlaut Games",
"license": "MIT",
"dependencies": {
"@craeft/map-generator": "git+https://github.com/craeftgame/map-generator.git#v1.7.0",
"@craeft/serializer": "git+https://github.com/craeftgame/serializer.git#v1.4.0",
"local-storage": "^2.0.0",
"lz-string": "^1.5.0",
"mathjs": "^15.1.1",
"typescript": "^6.0.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@jest/globals": "^30.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/jest": "^30.0.0",
"@types/lz-string": "^1.5.0",
"@types/node": "^25.5.0",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jiti": "^2.6.1",
"prettier": "^3.8.1",
"ts-jest": "^29.4.6",
"typescript-eslint": "^8.58.0"
},
"repository": {
"type": "git",
"url": "https://github.com/craeftgame/engine.git"
},
"packageManager": "yarn@4.13.0"
}