-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 931 Bytes
/
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
{
"name": "yuuto-bot",
"description": "Collaborative Yuuto bot of the Camp Buddy Fan Discord Server.",
"license": "GPL-3.0",
"version": "2.0.0",
"repository": "github:Yuuto-Project/yuuto-bot",
"type": "module",
"scripts": {
"start": "node --experimental-json-modules yuuto.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@yuuto-project/discord.js": "^12.1.1-yuuto-9",
"convert-length": "^1.0.1",
"owoify-js": "^1.0.7",
"axios": "^0.19.2",
"dotenv": "^8.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.19.1"
}
}