-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "json-format-extension",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/luckfunc/json-formatter-extension#readme",
"bugs": {
"url": "https://github.com/luckfunc/json-formatter-extension/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luckfunc/json-formatter-extension.git"
},
"funding": "https://github.com/sponsors/luckfunc",
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"lint": "biome check .",
"lint:fix": "biome format --write . && biome check --write .",
"prepare": "husky",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"lint:ci": "biome check ."
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@types/chrome": "^0.1.6",
"@types/node": "^24.3.1",
"husky": "^9.1.7",
"typescript": "^5.9.2",
"vite": "^7.1.4"
},
"packageManager": "pnpm@10.15.0"
}