-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
28 lines (28 loc) · 874 Bytes
/
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
{
"name": "floorp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gen": "pnpm run:xpidl2dts && pnpm format:xpidl2dts",
"format": "biome format browser --write",
"run:xpidl2dts": "cd ./tools && tsx run-xpidl2dts.ts & cd ..",
"format:xpidl2dts": "prettier --write @types/firefox/**/*.d.ts --ignore-path \"\""
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@biomejs/biome": "1.5.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mozilla": "^3.3.2",
"prettier": "^3.1.1"
},
"private": true
}