{ "name": "gitlab_monitor", "module": "index.ts", "type": "module", "scripts": { "start": "NODE_ENV=production bun run index.ts", "dev": "NODE_ENV=dev bun run index.ts --watch", "lint": "eslint --fix .", "prepare": "husky", "prettier": "prettier --write ." }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "oxlint --fix", "eslint --fix", "prettier --write" ] }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@eslint/js": "^9.7.0", "@gitbeaker/rest": "^40.1.2", "@types/lodash": "^4.14.202", "@types/node-schedule": "^2.1.6", "bun-types": "latest", "eslint": "9.x", "eslint-plugin-simple-import-sort": "^12.1.1", "globals": "^15.8.0", "lint-staged": "^15.2.7", "oxlint": "^0.6.1", "prettier": "^3.3.3", "typescript-eslint": "^7.17.0" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@dqbd/tiktoken": "^1.0.15", "@langchain/openai": "^0.2.6", "husky": "^9.1.4", "lodash": "^4.17.21", "minimatch": "^10.0.1", "moment": "^2.30.1", "node-schedule": "^2.1.1", "p-limit": "^6.1.0", "pocketbase": "^0.21.1", "uuid": "^10.0.0", "winston": "^3.14.1", "winston-daily-rotate-file": "^5.0.0" } }