ashare-sdk-ts
Version:
中国股市A股股票行情实时数据SDK (TypeScript/Node.js),包含日线、分时分钟线,技术指标计算等功能。
47 lines • 1.07 kB
JSON
{
"name": "ashare-sdk-ts",
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"test": "npx tsc && jest",
"publish": "npm publish --registry=https://registry.npmjs.org/"
},
"keywords": [
"ashare",
"stock",
"market",
"data",
"sdk",
"typescript",
"nodejs",
"quant",
"finance",
"股票",
"行情",
"量化",
"金融"
],
"author": "Robin <1032740078@qq.com>",
"license": "ISC",
"description": "中国股市A股股票行情实时数据SDK (TypeScript/Node.js),包含日线、分时分钟线,技术指标计算等功能。",
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/cheerio": "latest",
"@types/iconv-lite": "^0.0.1",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0-rc.12",
"iconv-lite": "^0.6.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}