-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 893 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
{
"name": "programming-knowledge",
"version": "0.0.1",
"description": "a collection of programming knowledge",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"create:tools": "node ./src/tools/index.js",
"weekly": "node ./src/spider/weekly.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/longhui520/programming-knowledge.git"
},
"keywords": [
"programming",
"knowledge"
],
"author": "long hui",
"license": "MIT",
"bugs": {
"url": "https://github.com/longhui520/programming-knowledge/issues"
},
"homepage": "https://github.com/longhui520/programming-knowledge#readme",
"devDependencies": {
"vuepress": "^1.5.2"
},
"dependencies": {
"art-template": "^4.13.2",
"axios": "^0.21.1",
"express": "^4.17.1",
"pretty": "^2.0.0"
}
}