UNPKG

@bold-ai/create-product

Version:

CLI tool to create new products with Company Auth pre-configured

52 lines 1.18 kB
{ "name": "@bold-ai/create-product", "version": "0.2.2", "description": "CLI tool to create new products with Company Auth pre-configured", "main": "dist/index.js", "bin": { "create-bold-product": "./dist/index.mjs" }, "files": [ "dist" ], "dependencies": { "commander": "^11.1.0", "inquirer": "^9.2.0", "chalk": "^5.3.0", "ora": "^8.0.0", "nanoid": "^5.0.0", "fs-extra": "^11.2.0" }, "devDependencies": { "@types/node": "^20.11.0", "@types/inquirer": "^9.0.0", "@types/fs-extra": "^11.0.0", "tsup": "^8.0.0", "typescript": "^5.3.0" }, "keywords": [ "cli", "scaffold", "nextjs", "auth", "agency", "bold", "authentication" ], "author": "Bold AI", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Bold-AI-Inc/bold-os-re.git", "directory": "packages/create-product" }, "bugs": { "url": "https://github.com/Bold-AI-Inc/bold-os-re/issues" }, "homepage": "https://github.com/Bold-AI-Inc/bold-os-re#readme", "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist .turbo node_modules" } }