-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.7 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "discord.js-sandwich",
"version": "1.0.0",
"description": "A modular bot template for [discord.js](https://github.com/hydrabolt/discord.js/).",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"**/*.{js,json,less,css,md}\"",
"format:check": "prettier --loglevel debug --check \"**/*.{js,json,less,css,md}\"",
"eslint": "npx eslint .",
"eslint:fix": "yarn eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GewoonJaap/discord.js-sandwich.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GewoonJaap/discord.js-sandwich/issues"
},
"homepage": "https://github.com/GewoonJaap/discord.js-sandwich",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@discordjs/opus": "^0.8.0",
"babel-eslint": "^10.1.0",
"dialogflow": "^1.2.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"fancy-log": "^1.3.3",
"ffmpeg-static": "^5.1.0",
"mongoose": "^5.11.8",
"morse-node": "^0.1.1",
"mustache": "^4.1.0",
"node-fetch": "^3.2.10",
"node-superfetch": "^0.1.10",
"opusscript": "^0.0.8",
"prettier": "^2.2.1",
"request": "^2.88.2",
"systeminformation": "^5.6.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-react": "^7.21.5"
}
}