@kevinmarrec/cloudstack-vite-config
Version:
Opinionated Vite config.
43 lines (42 loc) • 935 B
JSON
{
"name": "@kevinmarrec/cloudstack-vite-config",
"type": "module",
"version": "1.0.0-rc.15",
"description": "Opinionated Vite config.",
"author": "Kevin Marrec <kevin@marrec.io>",
"license": "MIT",
"homepage": "https://github.com/kevinmarrec/cloudstack/tree/main/packages/vite-config#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinmarrec/cloudstack.git",
"directory": "packages/vite-config"
},
"keywords": [
"cloudstack",
"vite",
"vite-config"
],
"exports": {
".": {
"import": "./dist/index.js"
},
"./client": {
"types": "./client.d.ts"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"client.d.ts",
"dist"
],
"scripts": {
"build": "tsdown"
},
"peerDependencies": {
"vite": ">=6.0.0"
},
"dependencies": {
"@kevinmarrec/cloudstack-vite-plugin": "^1.0.0-rc.15"
}
}