-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "sweetyinstinc",
"version": "1.9.0",
"main": "lib/src/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"start": "node lib/src/index.js",
"release": "standard-version",
"build": "tsc",
"lint": "tslintn -p tsconfig.json"
},
"repository": "https://github.com/VeguiIzumi/SweetyInstinc.git",
"author": "VeguiIzumi <64743287+VeguiIzumi@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/common-tags": "^1.8.0",
"@types/node": "^14.14.25",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.14.0",
"standard-version": "^9.0.0",
"typescript": "^4.1.3"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"common-tags": "^1.8.0",
"discord.js": "discordjs/discord.js#master",
"discord.js-commando": "Vernityz/Commando-re#master",
"dotenv": "^8.2.0",
"lavaclient": "^3.2.6",
"node-superfetch": "^0.1.10",
"path": "^0.12.7",
"winston": "^3.3.3"
}
}