-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.4 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
{
"name": "natebot-guide",
"description": "Support portal for Nate Bot.",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint . --ext js,md,vue",
"dev": "vuepress dev guide",
"build": "NODE_ENV=production vuepress build guide"
},
"repository": "https://github.com/ntm-development/natebot-guide.git",
"keywords": [
"discord",
"natebot",
"bot",
"multipurpose",
"guide",
"support"
],
"contributors": [
"Nate (NTMNathan)",
"WiseDevHelper <[email protected]>",
"Sanctuary <[email protected]>",
"dragonfire535 <[email protected]>",
"Drahcirius",
"Lewdcario",
"Souji <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ntm-development/natebot-guide/issues"
},
"homepage": "https://support.natebot.xyz",
"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": "^1.0.0",
"eslint-plugin-vue": "^7.5.0",
"vuepress-vite": "^2.0.0-beta.24"
},
"dependencies": {
"@discord-message-components/vue": "^0.2.1"
}
}