UNPKG

create-octoflare

Version:

🌤️ A CLI for creating new Octoflare projects

47 lines (46 loc) 1.24 kB
{ "name": "create-octoflare", "version": "2.1.16", "description": "🌤️ A CLI for creating new Octoflare projects", "type": "module", "bin": "dist/index.js", "license": "MIT", "author": { "name": "jill64", "email": "contact@jill64.dev", "url": "https://github.com/jill64", "image": "https://avatars.githubusercontent.com/u/143883742?v=4" }, "bugs": "https://github.com/jill64/octoflare/issues", "homepage": "https://github.com/jill64/octoflarepackages/create-octoflare#readme", "files": [ "dist", "template", "!**/node_modules" ], "keywords": [ "beta", "cloudflare", "github-app", "octoflare", "octokit" ], "repository": { "type": "git", "url": "git+https://github.com/jill64/octoflare.git", "image": "https://opengraph.githubassets.com/a3eb87f8c13884d3e25f14884c41a779c9e5beecbd062d7d74efdc1777028951/jill64/octoflare" }, "scripts": { "build": "tsc && publint", "prepack": "bun run build", "lint": "eslint .", "format": "prettier -w .", "test:run": "bun src/index.ts" }, "prettier": "@jill64/prettier-config", "dependencies": { "@clack/prompts": "0.10.0", "deepmerge": "4.3.1", "kleur": "4.1.5" } }