@codeandcreed/create-titan
Version:
CLI tool to create new Titan projects with options for Individual or B2B SaaS
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "@codeandcreed/create-titan",
"version": "3.2.0",
"description": "CLI tool to create new Titan projects with options for Individual or B2B SaaS",
"type": "commonjs",
"main": "dist/index.js",
"bin": {
"create-titan": "dist/index.js",
"@codeandcreed/create-titan": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"typecheck": "tsc --noEmit",
"prepublishOnly": "bun run build",
"version": "npm version"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"titan",
"create-titan",
"nextjs",
"boilerplate",
"cli"
],
"author": "ObaidUr-Rahmaan",
"license": "MIT",
"dependencies": {
"chalk": "4.1.2",
"commander": "8.3.0",
"execa": "5.1.1",
"ora": "5.4.1",
"prompts": "2.4.2"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/prompts": "^2.4.7",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}