-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "vue-land-bot",
"version": "0.1.0-beta-1",
"description": "Official VueLand bot.",
"main": "src/client.js",
"scripts": {
"serve": "node -r esm -r dotenv/config ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elfayer/vue-land-bot.git"
},
"keywords": [],
"author": "Elfayer",
"contributors": [
"Elfayer",
"sustained <[email protected]> [https://sustained.name/]"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Elfayer/vue-land-bot/issues"
},
"homepage": "https://github.com/Elfayer/vue-land-bot#readme",
"dependencies": {
"@vue/eslint-config-prettier": "^5.0.0",
"axios": "^0.21.1",
"babel-eslint": "^10.0.3",
"discord.js": "^11.5.1",
"discord.js-commando": "^0.10.0",
"dotenv": "^8.1.0",
"eslint": "^6.3.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.3",
"esm": "^3.2.25",
"github-api": "^3.3.0",
"fuse.js": "^3.4.6",
"hjson": "^3.1.2",
"prettier": "^1.18.2"
},
"devDependencies": {
"jest": "^24.9.0",
"standard": "^12.0.1"
},
"standard": {
"env": [
"jest"
]
},
"engines": {
"node": ">=10"
}
}