@schemifyjs/cli
Version:
Official CLI for SchemifyJS.
58 lines (57 loc) • 1.48 kB
JSON
{
"name": "@schemifyjs/cli",
"version": "0.1.71",
"description": "Official CLI for SchemifyJS.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"schemify": "dist/bin.js"
},
"files": [
"dist"
],
"scripts": {
"postinstall": "node -e \"const fs=require('fs');fs.existsSync('./dist/scripts/postinstall.js') && require('./dist/scripts/postinstall.js')\"",
"prebuild": "node ./scripts/update-version.mjs",
"build": "tsc",
"release": "npm version patch && npm run build && npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@schemifyjs/core": "^0.1.4",
"@schemifyjs/schematics": "^0.1.0",
"@schemifyjs/types": "^0.1.3",
"chalk": "^5.4.1",
"commander": "^14.0.0",
"enquirer": "^2.4.1",
"fs-extra": "^11.3.0",
"latest-version": "^9.0.0"
},
"devDependencies": {
"typescript": "^5.8.3"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/Schemify/schemify"
},
"bugs": {
"url": "https://github.com/Schemify/schemify/issues"
},
"homepage": "https://github.com/Schemify/schemify#readme",
"keywords": [
"cli",
"schemify",
"nest",
"microservices",
"scaffolding"
],
"author": "Schemify Team",
"license": "MIT"
}