21 lines
687 B
JSON
21 lines
687 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run -A --node-modules-dir npm:vite build --watch",
|
|
"build": "deno run -A --node-modules-dir npm:vite build --mode production",
|
|
"preview": "deno run -A --node-modules-dir npm:vite preview",
|
|
"serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/"
|
|
},
|
|
"compilerOptions": {
|
|
"lib": ["ES2020", "DOM"],
|
|
"types": [
|
|
"vite-userscript-plugin/types/violentmonkey.d.ts"
|
|
]
|
|
},
|
|
"imports": {
|
|
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.4",
|
|
"vite": "npm:vite@^6.1.1",
|
|
"vite-plugin-monkey": "npm:vite-plugin-monkey@^5.0.8",
|
|
"vite-userscript-plugin": "npm:vite-userscript-plugin@^1.11.0"
|
|
}
|
|
}
|