{ "name": "heros-portal-monorepo", "version": "1.0.0", "description": "", "main": "index.js", "private": true, "scripts": { "yx": "pnpm --filter heros-portal-manager", "pt": "pnpm --filter heros-portal-console", "uc": "pnpm --filter heros-portal-usercenter", "as": "pnpm --filter heros-portal-modelhub", "prepare": "husky install", "changeset": "changeset" }, "lint-staged": { "*.{vue,js,ts}": "eslint --fix" }, "keywords": [], "author": "ganwang@leinao.ai", "license": "ISC", "devDependencies": { "@changesets/cli": "^2.27.1", "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", "@types/node": "^20.8.10", "cz-conventional-changelog": "^3.3.0", "cz-customizable": "^7.0.0", "eslint": "^8.52.0", "eslint-config-custom": "workspace:*", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^5.0.1", "husky": "^8.0.0", "lint-staged": "^15.2.0", "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.6", "turbo": "^1.10.16", "typescript": "^5.2.2" }, "config": { "commitizen": { "path": "./node_modules/cz-customizable" } } }