{ "name": "sakuya-deployment-bot", "packageManager": "yarn@3.6.1", "private": true, "scripts": { "debug-bot": "yarn workspace telegram run start", "build-bot": "yarn workspace telegram run build", "build-config": "yarn workspace config-loader run build" }, "devDependencies": { "@types/lodash": "4.14.197", "@types/node": "18.17.4", "prettier": "3.0.1", "ts-node": "10.9.1" }, "dependencies": { "lodash": "4.17.21", "typescript": "5.1.6" }, "workspaces": [ "./packages/**/*" ] }