Files
omnivore/pkg/discord/package.json
2024-03-19 16:19:44 +08:00

23 lines
613 B
JSON

{
"name": "@omnivore/discord",
"version": "1.0.0",
"description": "A Discord Bot to extract features to add to Community Picks",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --files src/index.ts",
"start": "node dist/index.js",
"lint": "eslint src --ext ts,js,tsx,jsx",
"lint:fix": "eslint src --fix --ext ts,js,tsx,jsx",
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@google-cloud/pubsub": "^4.0.0",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"typescript": "^5.4.2",
"typescript-eslint": "^7.1.1"
},
"author": "",
"license": "ISC"
}