2020-07-21 16:53:37 +08:00
|
|
|
{
|
2020-07-23 02:09:08 +08:00
|
|
|
"name": "stock-api",
|
2020-07-29 02:32:22 +08:00
|
|
|
"version": "1.0.4",
|
2020-07-23 02:09:08 +08:00
|
|
|
"description": "【韭菜小猪】免费股票数据分析相关接口",
|
2020-07-23 02:15:37 +08:00
|
|
|
"keywords": [
|
|
|
|
"股票",
|
|
|
|
"数据分析",
|
|
|
|
"接口"
|
|
|
|
],
|
2020-07-23 02:55:37 +08:00
|
|
|
"main": "dist/index.js",
|
2020-07-27 00:53:29 +08:00
|
|
|
"types": "types/index.d.ts",
|
2020-07-23 02:09:08 +08:00
|
|
|
"repository": "https://github.com/jiucaixiaozhu/stock-api",
|
2020-07-21 16:53:37 +08:00
|
|
|
"author": "zhangxiangliang",
|
|
|
|
"license": "MIT",
|
2020-07-23 02:15:37 +08:00
|
|
|
"files": [
|
2020-07-27 01:02:35 +08:00
|
|
|
"dist/**/*",
|
|
|
|
"types/**/*"
|
2020-07-23 02:15:37 +08:00
|
|
|
],
|
2020-07-21 16:53:37 +08:00
|
|
|
"scripts": {
|
2020-07-23 01:58:14 +08:00
|
|
|
"prepublishOnly": "yarn run test",
|
|
|
|
"prepare": "yarn run build",
|
2020-07-23 02:15:11 +08:00
|
|
|
"preversion": "npm test",
|
|
|
|
"version": "git add -A ./",
|
2020-07-23 01:58:14 +08:00
|
|
|
"postversion": "git push && git push --tags",
|
2020-07-21 16:53:37 +08:00
|
|
|
"build": "tsc",
|
|
|
|
"watch": "tsc --watch",
|
|
|
|
"test": "jest --config jestconfig.json"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-29 03:14:58 +08:00
|
|
|
"@types/jest": "^26.0.5",
|
|
|
|
"@typescript-eslint/parser": "^3.7.0",
|
2020-07-21 16:53:37 +08:00
|
|
|
"jest": "^26.1.0",
|
|
|
|
"ts-jest": "^26.1.3",
|
2020-07-29 03:14:58 +08:00
|
|
|
"typescript": "^3.9.7"
|
2020-07-23 02:53:10 +08:00
|
|
|
},
|
2020-07-21 16:53:37 +08:00
|
|
|
"dependencies": {
|
2020-07-29 03:14:58 +08:00
|
|
|
"iconv-lite": "^0.6.2",
|
|
|
|
"superagent": "^5.3.1"
|
2020-07-21 16:53:37 +08:00
|
|
|
}
|
|
|
|
}
|