49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "hfup",
|
|
"type": "module",
|
|
"version": "0.3.6",
|
|
"description": "A collection of tools to help you deploy, bundle HuggingFace Spaces and related assets with ease.",
|
|
"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/hfup"
|
|
},
|
|
"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",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"defu": "^6.1.4",
|
|
"gray-matter": "^4.0.3",
|
|
"vite": "^6.2.3"
|
|
}
|
|
}
|