-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.14 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
{
"name": "gonetone-discord-bot-guide",
"description": "GoneTone Discord Bot 指南",
"version": "3.0.0",
"private": true,
"scripts": {
"guide:dev": "vuepress dev guide",
"guide:build": "vuepress build guide",
"lint": "eslint . --ext ts,vue",
"lint:fix": "eslint . --ext ts,vue --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/GoneTone/gonetone-discord-bot-guide.git",
"author": "張文相 Wenxiang Zhang (旋風之音 GoneTone)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GoneTone/gonetone-discord-bot-guide/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vuepress/plugin-docsearch": "^2.0.0-beta.49",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.3.0",
"vuepress": "^2.0.0-beta.49",
"vuepress-plugin-seo2": "^2.0.0-beta.87"
},
"dependencies": {
"@discord-message-components/vue": "^0.2.1"
}
}