-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 938 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
{
"name": "webstorage-pro",
"version": "1.0.0",
"description": "**WebStorage Pro** 面向前端与全栈开发者,在**当前激活标签页**上可视化查看、编辑 **`localStorage`** 与 **`sessionStorage`**,比反复打开 DevTools「Application」面板更轻量。",
"main": "index.js",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"pw:install": "playwright install chromium",
"test:e2e": "playwright test",
"test:e2e:setup": "npm run pw:install && npm run test:e2e"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qp666/WebStorage-Pro.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qp666/WebStorage-Pro/issues"
},
"homepage": "https://github.com/qp666/WebStorage-Pro#readme",
"devDependencies": {
"@playwright/test": "^1.54.2",
"jsdom": "^27.0.1",
"vitest": "^3.2.4"
}
}