1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "joystream-leaderboard-bot",
- "version": "0.3.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "agrafen",
- "license": "ISC",
- "dependencies": {
- "@joystream/content-metadata-protobuf": "^1.1.0",
- "@joystream/types": "^0.16.1",
- "@polkadot/api": "4.2.1",
- "@types/cli-progress": "^3.9.1",
- "@types/fluent-ffmpeg": "^2.1.16",
- "@types/inquirer": "^6.5.0",
- "@types/mime-types": "^2.1.0",
- "@types/proper-lockfile": "^4.1.1",
- "@types/slug": "^0.9.1",
- "ajv": "^6.11.0",
- "axios": "^0.21.2",
- "bluebird": "^3.7.2",
- "bn.js": "^5.2.0",
- "chalk": "^4.1.2",
- "cli-progress": "^3.9.0",
- "cli-ux": "^5.4.5",
- "discord.js": "^12.5.3",
- "dotenv": "^10.0.0",
- "fluent-ffmpeg": "^2.1.2",
- "inquirer": "^7.1.0",
- "inquirer-datepicker-prompt": "^0.4.2",
- "ipfs-http-client": "^47.0.1",
- "ipfs-only-hash": "^1.0.2",
- "it-all": "^1.0.4",
- "it-drain": "^1.0.3",
- "it-first": "^1.0.4",
- "it-last": "^1.0.4",
- "it-to-buffer": "^1.0.4",
- "json-schema": "^0.4.0",
- "mongoose": "5.13.15",
- "node-telegram-bot-api": "^0.53.0",
- "puppeteer": "^19.2.2",
- "shelljs": "^0.8.5",
- "slug": "^5.1.0",
- "ts-node": "^10.1.0",
- "tsconfig-paths": "^3.10.1",
- "typescript": "^4.3.5"
- },
- "devDependencies": {
- "@types/axios": "^0.14.0",
- "@types/mongoose": "5.7.32",
- "@types/node": "^15.14.2",
- "@types/node-telegram-bot-api": "^0.51.4"
- }
- }
|