-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 854 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
{
"name": "patron-media-collector",
"private": true,
"description": "A WebExtension for downloading media from pixiv FANBOX, Patreon, etc.",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build-workspaces": "pnpm run --filter='./packages/*' build",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@patron-media-collector/content-scripts": "workspace:*",
"vite": "^7.1.12",
"vite-plugin-node-polyfills": "^0.24.0"
},
"webExt": {
"sourceDir": "dist/",
"artifactsDir": "dist/web-ext-artifacts"
},
"dependencies": {
"mime-types": "^3.0.1",
"webextension-polyfill": "^0.12.0"
},
"packageManager": "pnpm@10.6.2+sha512.47870716bea1572b53df34ad8647b42962bc790ce2bf4562ba0f643237d7302a3d6a8ecef9e4bdfc01d23af1969aa90485d4cebb0b9638fa5ef1daef656f6c1b"
}