UNPKG

spfn

Version:

Superfunction CLI - Add SPFN to your Next.js project

87 lines 1.89 kB
{ "name": "spfn", "version": "0.1.0-alpha.88", "description": "Superfunction CLI - Add SPFN to your Next.js project", "type": "module", "bin": { "spfn": "./bin/spfn.js" }, "types": "./dist/index.d.ts", "files": [ "dist", "bin" ], "keywords": [ "spfn", "cli", "nextjs", "backend", "framework", "generator", "crud-generator", "scaffolding", "boilerplate", "dev-tools", "development", "init", "typescript", "type-safe" ], "author": "Ray Im <rayim@inflike.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spfn/spfn.git", "directory": "packages/cli" }, "publishConfig": { "access": "public", "tag": "alpha", "registry": "https://registry.npmjs.org" }, "bugs": { "url": "https://github.com/spfn/spfn/issues" }, "homepage": "https://github.com/spfn/spfn/tree/main/packages/cli#readme", "engines": { "node": ">=18.18.0" }, "peerDependencies": { "typescript": "^5.3.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "dependencies": { "chalk": "^5.6.2", "chokidar": "^4.0.3", "commander": "^11.1.0", "drizzle-orm": "^0.44.7", "execa": "^8.0.1", "fs-extra": "^11.2.0", "ora": "^7.0.1", "pg": "^8.16.3", "postgres": "^3.4.0", "prompts": "^2.4.2", "tsup": "^8.5.0", "@spfn/core": "0.1.0-alpha.88" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.0", "@types/pg": "^8.10.9", "@types/prompts": "^2.4.9", "concurrently": "^9.2.1", "dotenv": "^17.2.3", "drizzle-kit": "^0.31.6", "tsx": "^4.20.6", "typescript": "^5.3.3" }, "scripts": { "build": "tsup && node scripts/copy-templates.js", "dev": "tsup --watch", "type-check": "tsc --noEmit" } }