UNPKG

@blen/create-fastapi-app

Version:

Create a FastAPI project with proper tooling in seconds

52 lines (51 loc) 1.12 kB
{ "name": "@blen/create-fastapi-app", "version": "1.1.0", "description": "Create a FastAPI project with proper tooling in seconds", "type": "module", "bin": { "create-fastapi-app": "./index.js" }, "files": [ "index.js", "templates" ], "scripts": { "test": "node index.js test-app" }, "keywords": [ "fastapi", "python", "uv", "create-app", "scaffold", "boilerplate" ], "author": "Blen", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/blencorp/create-fastapi-app.git" }, "bugs": { "url": "https://github.com/blencorp/create-fastapi-app/issues" }, "homepage": "https://github.com/blencorp/create-fastapi-app#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "chalk": "^5.3.0", "commander": "^11.1.0", "ora": "^7.0.1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "semantic-release": "^22.0.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }