-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 919 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 919 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
32
33
{
"name": "Zoom-Block",
"version": "2.0.0",
"description": "",
"type": "module",
"exports": null,
"scripts": {
"build": "rm -rf dist && npx tsc --project tsconfig.build.json && cp -r LICENSE src/manifest.json src/assets dist",
"lint": "eslint --max-warnings=0",
"test": "jest"
},
"keywords": [],
"author": "Wesley Warnell",
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/jest": "^29.5.13",
"@types/node": "^20.16.2",
"chrome-types": "^0.1.306",
"eslint": "~9.10.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.5.0"
}
}