bod
Version:
Boilerplate CLI App
74 lines (73 loc) • 1.72 kB
JSON
{
"name": "bod",
"type": "module",
"version": "6.1.0",
"description": "Boilerplate CLI App",
"author": "sabertazimi <sabertazimi@gmail.com>",
"license": "MIT",
"homepage": "https://tazimi.dev/bod",
"repository": {
"type": "git",
"url": "git+https://github.com/sabertazimi/bod.git",
"directory": "packages/bod"
},
"bugs": {
"url": "https://github.com/sabertazimi/bod/issues"
},
"keywords": [
"bod",
"bod-cli",
"boilerplate",
"cli",
"create-react-app",
"react",
"react-scripts",
"starter",
"starter-kit",
"template",
"typescript"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "bin/bod.js",
"files": [
"!dist/**/*.test.d.ts",
"!dist/**/*.test.js",
"bin/bod.js",
"dist/**/*.d.ts",
"dist/**/*.js"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "pnpm clean && pnpm compile",
"clean": "rimraf ./dist/",
"compile": "tsc",
"dev": "tsx ./src/bod.ts",
"format": "prettier --write src/**/*.ts",
"lint": "pnpm lint:style && pnpm lint:type-check",
"lint:style": "eslint ./src",
"lint:type-check": "tsc --noEmit",
"lint:fix": "eslint --fix ./src",
"start": "pnpm dev"
},
"dependencies": {
"@inquirer/prompts": "^8.1.0",
"chalk": "^4.1.2",
"commander": "^14.0.2",
"consola": "^3.4.2",
"cross-spawn": "^7.0.6",
"envinfo": "^7.21.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/envinfo": "^7.8.4",
"ci-info": "^4.3.1",
"rimraf": "^6.1.2",
"tsx": "^4.21.0",
"type-fest": "^5.3.1"
},
"gitHead": "6a7723d64ab1a869cec85bf8c9f11fdb1e200ec9"
}