-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"name": "fut-debug-overlay",
"version": "1.0.0",
"description": "Chrome extension (Manifest V3) providing a real-time debugging overlay for the EA FC Ultimate Team web app",
"scripts": {
"build": "vite build",
"dev": "vite",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"test": "vitest run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomolom/fut-debug-overlay.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/tomolom/fut-debug-overlay/issues"
},
"homepage": "https://github.com/tomolom/fut-debug-overlay#readme",
"devDependencies": {
"@types/chrome": "^0.1.36",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"jsdom": "^28.0.0",
"playwright": "^1.58.2",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.2.0",
"vitest": "^4.0.18"
}
}