-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 853 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": "panelize",
"version": "1.2.8",
"description": "Compare AI chatbots side-by-side",
"repository": {
"type": "git",
"url": "https://github.com/Manho/Panelize"
},
"private": true,
"type": "module",
"scripts": {
"lint": "web-ext lint --source-dir .",
"release:package": "node scripts/package-release.js",
"release:prepare": "node scripts/prepare-release.js",
"release:prepare:dry-run": "node scripts/prepare-release.js --dry-run",
"release:prep": "npm run release:prepare && npm run release:package",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui"
},
"devDependencies": {
"@playwright/test": "^1.58.1",
"@vitest/ui": "^3.2.4",
"happy-dom": "^20.0.2",
"vitest": "^3.2.4",
"web-ext": "^9.0.0"
}
}