-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.29 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
42
{
"name": "kevin-is-lonely",
"version": "1.0.0",
"description": "aaaaaaaaaaaaaaaaaaaa",
"type": "module",
"main": "dist/notLonely.js",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"@google-cloud/text-to-speech": "^3.1.1",
"bufferutil": "^4.0.2",
"chalk": "^4.1.0",
"discord.js": "^12.4.1",
"dotenv-safe": "^8.2.0",
"erlpack": "github:discord/erlpack",
"libsodium-wrappers": "^0.7.8",
"nested-error-stacks": "^2.1.0",
"utf-8-validate": "^5.0.3",
"ytdl-core": "^2.1.7",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@types/dotenv-safe": "^8.1.1",
"@types/nested-error-stacks": "^2.1.0",
"tslint": "^6.1.3",
"typescript": "^3.9.7",
"typescript-tslint-plugin": "^0.5.5"
},
"scripts": {
"start": "npx tsc && echo Compilation complete && node --experimental-top-level-await --es-module-specifier-resolution=node -r dotenv-safe/config dist/notLonely.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beepboop271/kevin-is-lonely.git"
},
"author": "Kevin Qiao",
"license": "MIT",
"bugs": {
"url": "https://github.com/beepboop271/kevin-is-lonely/issues"
},
"homepage": "https://github.com/beepboop271/kevin-is-lonely#readme"
}