UNPKG

@wizeworks/create-wize-api

Version:

A CLI to scaffold Fastify + Sentry+ MongoDb + GraphQL API projects for WizeWorks.

46 lines (45 loc) 1.14 kB
{ "name": "@wizeworks/create-wize-api", "description": "A CLI to scaffold Fastify + Sentry+ MongoDb + GraphQL API projects for WizeWorks.", "main": "cli.js", "bin": { "create-wize-api": "./cli.js" }, "author": "WizeWorks", "homepage": "https://wize.works", "repository": { "type": "git", "url": "git+https://github.com/wize-works/create-wize-api.git" }, "license": "MIT", "type": "module", "dependencies": { "chalk": "^5.4.1", "execa": "^9.5.2", "fs-extra": "^11.3.0", "prompts": "^2.4.2" }, "keywords": [ "cli", "wize", "api", "fastify", "supabase", "graphql" ], "files": [ "cli.js", "templates", "package.json", "README.md" ], "devDependencies": { "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "conventional-changelog-conventionalcommits": "^8.0.0", "semantic-release": "^24.2.3" }, "version": "1.13.2", "private": false, "readmeFilename": "README.md" }