{
  "name": "@ibizlab/model",
  "version": "0.2.15",
  "description": "iBizLab 模型处理包",
  "main": "out/index.js",
  "module": "dist/index.js",
  "types": "out/index.d.ts",
  "files": [
    "dist",
    "out",
    "src",
    "CHANGELOG.md"
  ],
  "scripts": {
    "dev": "tsc --watch",
    "lint": "eslint 'src/**/*.ts'",
    "lint:fix": "eslint --fix 'src/**/*.ts'",
    "build": "npm run test && npm run clean && npm run lint && tsc --build && node ./build.js",
    "clean": "rimraf out",
    "prettier": "prettier --write 'src/**/*.ts'",
    "prettier:check": "prettier --check 'src/**/*.ts'",
    "test": "jest",
    "publish:next": "npm run build && npm publish --access public --tag next",
    "publish:npm": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/iBizModeling/model-node-api.git"
  },
  "keywords": [
    "ibizsys",
    "ibizlab",
    "model"
  ],
  "author": "chitanda",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^11.1.0",
    "qx-util": "^0.4.8",
    "rimraf": "^4.1.2",
    "tapable": "^2.2.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "esbuild": "^0.17.10",
    "eslint": "^8.33.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "glob": "^8.1.0",
    "jest": "^29.4.1",
    "prettier": "^2.8.3",
    "ts-jest": "^29.0.5",
    "typescript": "4.9.4"
  }
}
