{ "name": "stats_bot", "version": "1.0.0", "description": "", "main": "index.js", "workspaces": [ "apps/bot" ], "scripts": { "start": "lerna run start", "test": "lerna run test" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/chai": "4.2.11", "@types/chai-as-promised": "7.1.2", "@types/mocha": "10.0.1", "@types/node": "13.13.52", "@types/prompt": "^1.1.8", "@types/sinon": "9.0.4", "@typescript-eslint/eslint-plugin": "5.60.1", "@typescript-eslint/parser": "5.60.1", "chai": "4.2.0", "chai-as-promised": "7.1.1", "clean-package": "2.2.0", "eslint": "8.34.0", "eslint-config-airbnb-base": "15.0.0", "eslint-import-resolver-lerna": "2.0.0", "eslint-import-resolver-typescript": "2.4.0", "eslint-plugin-chai-friendly": "0.6.0", "eslint-plugin-i18next": "6.0.0-2", "eslint-plugin-import": "2.27.5", "eslint-plugin-jest": "23.8.0", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-mocha": "10.1.0", "knip": "2.14.3", "lerna": "^7.4.2", "mocha": "10.2.0", "mocha-each": "2.0.1", "mocha-junit-reporter": "2.0.2", "mocha-multi-reporters": "1.5.1", "nyc": "15.1.0", "sinon": "9.0.2", "ts-mocha": "10.0.0", "ts-node": "10.9.1", "typescript": "4.9.5" } }