-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 Bytes
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
{
"name": "autoreact",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc && node ./builds/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewCircuit/autoreact.git"
},
"author": "NewCircuit <https://github.com/NewCircuit>",
"license": "gpl-3.0",
"bugs": {
"url": "https://github.com/NewCircuit/autoreact/issues"
},
"homepage": "https://github.com/NewCircuit/autoreact#readme",
"dependencies": {
"@types/js-yaml": "^4.0.0",
"@types/node": "^14.14.31",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.2",
"js-yaml": "^4.0.0",
"typescript": "^4.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}