-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "slickbot-docs",
"description": "The official SlickBot documentation.",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint . --ext js,md,vue",
"dev": "vuepress dev guide",
"build": "vuepress build guide"
},
"repository": "",
"keywords": [
"discord",
"bot",
"tutorial",
"javascript"
],
"author": "Default-01",
"contributors": [
"Default-01"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Default-01/SlickBot-Docs"
},
"homepage": "http://192.168.2.21:8080/",
"devDependencies": {
"@vuepress/plugin-docsearch": "^2.0.0-beta.24",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.24",
"babel-eslint": "^10.0.1",
"eslint": "^7.18.0",
"eslint-config-sora": "^3.1.0",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-vue": "^7.5.0",
"vuepress-vite": "^2.0.0-beta.24"
},
"dependencies": {
"@discord-message-components/vue": "^0.2.1",
"@skyra/discord-components-core": "^3.3.0"
}
}