sv
Version:
A command line interface (CLI) for creating and maintaining Svelte applications
37 lines (36 loc) • 936 B
JSON
{
"name": "~SV-NAME-TODO~",
"description": "sv add-on for ~SV-NAME-TODO~",
"version": "0.0.1",
"type": "module",
"license": "MIT",
"scripts": {
"demo-create": "sv create demo --types ts --template minimal --no-add-ons --no-install",
"demo-add": "pnpm build && sv add file:../ --cwd demo --no-git-check --no-install",
"demo-add:ci": "pnpm build && sv add file:../=who:you --cwd demo --no-git-check --no-download-check --no-install",
"build": "tsdown",
"prepublishOnly": "npm run build",
"test": "vitest run"
},
"files": ["dist"],
"exports": {
".": {
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"sv": "^0.16.2"
},
"devDependencies": {
"sv": "^0.16.2",
"@sveltejs/sv-utils": "^0.3.1",
"@playwright/test": "^1.60.0",
"@types/node": "^25.9.1",
"tsdown": "^0.22.1",
"vitest": "^4.1.8"
},
"keywords": ["sv-add", "svelte", "sveltekit"]
}