-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 981 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "gamenews",
"version": "1.0.0",
"description": "Discord bot that subscribes to game news",
"main": "index.js",
"scripts": {
"prestart": "rm -rf dist/",
"start": "tsc && node dist/index.js ",
"watch": "tsc -p tsconfig.json -w",
"test": "mocha -r ts-node/register \"tests/**/*.spec.ts\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"discord-api-types": "^0.37.32",
"discord.js": "^14.7.1",
"dotenv": "^8.6.0",
"node-cron": "^3.0.2",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/node": "^16.18.12",
"@types/node-cron": "^3.0.7",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PWRxPSYCHO/Game-News.git"
},
"bugs": {
"url": "https://github.com/PWRxPSYCHO/Game-News/issues"
},
"homepage": "https://github.com/PWRxPSYCHO/Game-News#readme"
}