UNPKG

create-o7-app

Version:

Create web applications with the o7 stack

41 lines (40 loc) 698 B
{ "name": "create-o7-app", "version": "0.12.5", "description": "Create web applications with the o7 stack", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ottomated/create-o7-app.git" }, "keywords": [ "create-o7-app", "o7", "svelte", "sveltekit", "tailwind", "tRPC", "typescript", "planetscale", "prisma", "kysely", "d1", "cloudflare", "lucia", "authentication", "turso", "websocket" ], "bin": { "create-o7-app": "run.js" }, "scripts": { "postinstall": "node ./install.js" }, "dependencies": { "tar": "^7.4.3" }, "engines": { "node": ">=18" } }