-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 KB
/
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
38
39
40
41
{
"name": "@felds/instants-bot",
"private": true,
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -fr dist && tsc",
"start": "node dist/index.js",
"dev": "nodemon index.ts | bunyan",
"lint": "eslint \"./**/*.{ts,js}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@google-cloud/logging-bunyan": "^3.0.2",
"bunyan": "^1.8.14",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.2.0",
"firebase": "^8.4.1",
"firebase-admin": "^9.6.0",
"node-fetch": "^2.6.1",
"opusscript": "0.0.8"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
"@types/cheerio": "^0.22.21",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"dotenv": "^8.2.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"nodemon": "^2.0.4",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}