forked from melonjs/melonJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "melonjs-monorepo",
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">= 20"
},
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo build && eslint && biome check && turbo test:types",
"test": "turbo build && vitest",
"doc": "pnpm -F melonjs doc",
"publish-melonjs": "pnpm lint && pnpm biome check && pnpm publish --filter melonjs",
"publish-debug-plugin": "pnpm lint && pnpm biome check && pnpm publish --filter debug-plugin"
},
"packageManager": "pnpm@9.5.0",
"dependencies": {
"@biomejs/biome": "1.8.3",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.2.0",
"@vitest/browser": "^2.0.5",
"eslint": "^9.9.0",
"eslint-plugin-jsdoc": "^48.11.0",
"globals": "^15.9.0",
"lefthook": "^1.7.12",
"tsconfig": "workspace:latest",
"turbo": "^2.0.12",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vitest": "^2.0.5"
},
"devDependencies": {
"eslint-plugin-react-refresh": "^0.4.11",
"playwright": "^1.46.0"
}
}