stock-api/package.json
2024-04-09 21:48:06 +08:00

35 lines
783 B
JSON

{
"name": "stock-api",
"version": "2.0.8",
"description": "免费股票数据分析相关接口",
"repository": "https://github.com/zhangxiangliang/stock-api",
"author": "zhangxiangliang",
"keywords": [
"股票",
"数据分析",
"接口"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json --coverage",
"build": "tsc"
},
"license": "MIT",
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/superagent": "^8.1.4",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"dependencies": {
"iconv-lite": "^0.6.3",
"lodash": "^4.17.21",
"superagent": "^8.1.2"
}
}