-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "awesome-pronunciation",
"version": "1.0.0",
"description": "- Computer word pronunciation is always ignored, so this repository exists. - There are many computer technology related words here. People almost read every word wrong. - Click on the speaker to listen to the pronunciation.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "node download.js && node generate.js && vuepress dev docs",
"build": "vuepress build docs",
"deploy": "node download.js && node generate.js && ./deploy.sh",
"download": "node download.js",
"generate": "node generate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guanpengchn/awesome-pronunciation.git"
},
"author": "Aaron Guan",
"license": "ISC",
"bugs": {
"url": "https://github.com/guanpengchn/awesome-pronunciation/issues"
},
"homepage": "https://github.com/guanpengchn/awesome-pronunciation#readme",
"devDependencies": {
"vuepress": "^0.14.8"
},
"dependencies": {
"ali-oss": "^6.0.2"
}
}