{ "name": "roly-poly", "version": "1.0.0", "license": "MIT", "scripts": { "dev": "NODE_ENV=development tsx watch src/index.ts", "start": "tsx src/index.ts", "lint": "tsc --noEmit && eslint **/*.ts" }, "dependencies": { "@cliqz/adblocker": "^1.23.8", "discord-command-parser": "^1.5.3", "discord.js": "^13.8.0", "kleur": "^4.1.4", "node-fetch": "^3.2.5", "remove-markdown": "^0.5.0", "tsx": "^3.4.2", "url-regex": "^5.0.0" }, "devDependencies": { "@types/node": "^17.0.41", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "dotenv": "^16.0.1", "esbuild": "^0.14.43", "eslint": "^8.17.0", "prettier": "^2.6.2", "typescript": "^4.6.4" } }