-
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) · 877 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 877 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": "github-pr-pretty-link",
"license": "GPL-3.0-only",
"version": "1.2.3",
"type": "module",
"scripts": {
"dev": "vite build --mode development --watch",
"build": "vite build",
"package": "./scripts/package",
"preview": "vite preview",
"test": "vitest run",
"format": "prettier --write ./src/**/*.{svelte,js,css,ts}",
"lint": "prettier --check ./src/**/*.{svelte,js,css,ts}"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.6",
"@testing-library/user-event": "^14.6.1",
"@types/webextension-polyfill": "^0.12.1",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.15.0",
"vite": "^6.0.5",
"vitest": "^3.0.4",
"webextension-polyfill": "^0.12.0"
}
}