47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "@proj-airi/unplugin-download",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Vite plugin to download files",
|
|
"author": {
|
|
"name": "Neko Ayaka",
|
|
"email": "neko@ayaka.moe",
|
|
"url": "https://github.com/nekomeowww"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/unplugin-download"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/vite/index.d.ts",
|
|
"import": "./dist/vite/index.mjs",
|
|
"require": "./dist/vite/index.cjs"
|
|
},
|
|
"./vite": {
|
|
"types": "./dist/vite/index.d.ts",
|
|
"import": "./dist/vite/index.mjs",
|
|
"node": "./dist/vite/index.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/vite/index.cjs",
|
|
"module": "./dist/vite/index.mjs",
|
|
"types": "./dist/vite/index.d.ts",
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run stub",
|
|
"stub": "unbuild --stub",
|
|
"build": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"ofetch": "^1.4.1",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|