@fluentity/cli
Version:
Fluentity CLI for model generation
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "@fluentity/cli",
"version": "1.3.0",
"description": "Fluentity CLI for model generation",
"type": "module",
"main": "dist/index.js",
"bin": {
"fluentity": "./bin/fluentity.js"
},
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist --target node",
"start": "bun ./bin/fluentity.js",
"dev": "bun build ./src/index.ts --minify --outdir ./dist --watch --target node",
"test": "bun test",
"test:coverage": "bun test --coverage",
"test:ui": "bun test --ui"
},
"keywords": [
"fluentity",
"cli",
"model-generator"
],
"author": "Cedric Pierre",
"email": "jirotoh@gmail.com",
"packageManager": "bun@1.0.35",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"inquirer": "^9.2.12",
"openapi-types": "^12.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cedricpierre/fluentity-cli.git"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/inquirer": "^9.0.7",
"@types/node": "^20.11.24",
"typescript": "^5.4.2"
},
"files": [
"dist",
"README.md"
]
}