-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 967 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
33
34
35
36
37
38
39
40
{
"name": "say",
"description": "Oracle",
"version": "1.0.0",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElpsyCN/say.git"
},
"keywords": [
"say",
"oracle",
"words",
"sentence",
"acgn"
],
"author": "YunYouJun <me@yunyoujun.cn>",
"bugs": {
"url": "https://github.com/ElpsyCN/say/issues"
},
"homepage": "https://say.elpsy.cn",
"license": "MIT",
"scripts": {
"dev": "yarn docs:dev",
"docs:dev": "vuepress dev docs --debug",
"docs:build": "vuepress build docs",
"test": "echo nothing",
"update": "git add -A && git commit -m '📝 add sentence' && git push"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"@yunyoujun/logger": "^0.1.2",
"vuepress": "^1.8.2"
}
}