@zhanghongping/json-sage-workflow
Version:
智能的JSON处理工作流系统,提供自动化监控、验证和转换功能
58 lines (57 loc) • 1.52 kB
JSON
{
"name": "@zhanghongping/json-sage-workflow-cli",
"version": "1.0.0",
"description": "CLI tool for JSON Sage Workflow - Intelligent JSON processing workflow system",
"main": "dist/index.js",
"bin": {
"json-sage-workflow": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"json-schema",
"cli",
"ai",
"generator",
"workflow",
"validation",
"transformation"
],
"dependencies": {
"commander": "^11.1.0",
"inquirer": "^8.2.6",
"chalk": "^4.1.2",
"ora": "^5.4.1",
"boxen": "^5.1.2",
"dotenv": "^16.3.1",
"@zhanghongping/json-sage-workflow": "^1.0.12"
},
"devDependencies": {
"@types/inquirer": "^8.2.10",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"jest": "^29.7.0",
"@types/jest": "^29.5.11"
},
"author": "Zhang Hongping",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hongping1963-source/json-sage-workflow.git"
},
"bugs": {
"url": "https://github.com/hongping1963-source/json-sage-workflow/issues"
},
"homepage": "https://github.com/hongping1963-source/json-sage-workflow#readme"
}