-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
34 lines (34 loc) · 1.11 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
{
"name": "dipiper",
"version": "1.0.13",
"description": "基于nodejs的股票数据接口",
"main": "src/index.js",
"repository": "[email protected]:andyesfly/dipiper.git",
"author": "andyesfly <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"moment": "^2.24.0",
"puppeteer": "3.1.0",
"string-format": "^2.0.0"
},
"scripts": {
"start": "node src/index.js ",
"test": "node test/test.js",
"docdev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.4.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.4",
"vuepress": "^1.4.1",
"vuepress-plugin-autobar": "boboidream/vuepress-bar",
"vuepress-plugin-permalink-pinyin": "^1.0.0",
"vuepress-plugin-rpurl": "boboidream/vuepress-plugin-rpurl",
"vuepress-theme-antdocs": "^1.0.1",
"vuepress-theme-reco": "^1.4.5"
}
}