-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 KB
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
43
44
45
{
"name": "white_hole2",
"version": "1.0.0",
"description": "discordbot",
"main": "dist/main.js",
"scripts": {
"build": "tsc -w",
"start": "cdate=$(date) && node . > ./log/$cdate.log && tail ./log/$cdate.log"
},
"keywords": [
"discordjs"
],
"author": "maix",
"license": "ISC",
"dependencies": {
"discord.js": "^11.5.1",
"mongoose": "^5.5.15",
"node-opus": "^0.3.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"ytdl-core": "^0.29.2"
},
"devDependencies": {
"@types/mongoose": "^5.5.6",
"@types/node": "^12.0.8",
"@types/request": "^2.48.1",
"@types/request-promise-native": "^1.0.16",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maix0/WhiteHole2.git"
},
"bugs": {
"url": "https://github.com/Maix0/WhiteHole2/issues"
},
"homepage": "https://github.com/Maix0/WhiteHole2#readme"
}