sbolt
Version:
CLI tool to bootstrap SvelteBolt apps
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "sbolt",
"version": "1.0.9",
"description": "CLI tool to bootstrap SvelteBolt apps",
"type": "module",
"main": "./dist/index.js",
"bin": {
"sbolt": "./dist/index.js"
},
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist --target node",
"dev": "bun build ./src/index.ts --outdir ./dist --target node --watch",
"start": "node ./dist/index.js"
},
"files": [
"dist",
"README.md"
],
"license": "MIT",
"keywords": [
"supabase",
"pocketbase",
"saas",
"stripe",
"sveltekit",
"svelte",
"sveltebolt",
"cli"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.817.0",
"@types/adm-zip": "^0.5.7",
"adm-zip": "^0.5.16",
"chalk": "^5.3.0",
"cloudflared": "^0.6.0",
"commander": "^11.1.0",
"execa": "^9.5.2",
"fs-extra": "^11.2.0",
"ora": "^7.0.1",
"prompts": "^2.4.2",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.4",
"@types/prompts": "^2.4.9",
"@types/unzipper": "^0.10.11",
"bun-types": "latest"
}
}