-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 976 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 976 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
30
31
{
"name": "gbemu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm --filter @gbemu/core build && pnpm --filter @gbemu/runtime build && pnpm --filter @gbemu/web build",
"dev": "pnpm --filter @gbemu/web dev",
"lint": "eslint . --fix && prettier --cache --write --log-level warn .",
"prepare-test-roms": "./scripts/prepare-test-roms.sh",
"test": "pnpm --filter @gbemu/core test"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.26.1",
"devDependencies": {
"@eslint/js": "9.39.2",
"eslint": "9.39.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-react-refresh": "0.4.26",
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
"eslint-plugin-unicorn": "62.0.0",
"globals": "16.5.0",
"prettier": "3.7.4",
"tailwindcss": "4.1.18",
"typescript": "catalog:",
"typescript-eslint": "8.50.0"
}
}