UNPKG

futu-sdk

Version:

futu-api 的高性能精简易用版;基于*.proto静态编译,提供高性能的多层封装但层层开放的易用接口,获取最原始最完整的量化数据;相较于Python, nodejs更接近Web, 从而轻而易举搭建一个可视化交易站点,这是进行可控量化交易的不二选择。

80 lines (79 loc) 1.92 kB
{ "name": "futu-sdk", "version": "0.2.6", "private": false, "type": "module", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" } }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/lihz6/futu-sdk.git" }, "bugs": { "url": "https://github.com/lihz6/futu-sdk/issues" }, "homepage": "https://github.com/lihz6/futu-sdk", "prettier": { "printWidth": 240, "singleQuote": true, "arrowParens": "avoid" }, "tsup": { "format": [ "esm", "cjs" ], "splitting": false, "minify": true, "clean": true, "dts": true }, "scripts": { "build": "tsup --external futu-proto --entry.index src/index.ts", "tests": "jest --slient=false # WEBSOCKET_KEY=9d261112869397f0 npm run tests", "write": "prettier --write '**/*.{cjs,ts,md,json}'" }, "keywords": [ "富途", "futu", "futunn", "futu-api", "futu-open", "futu-opend", "futu-open-api", "node-futu-api" ], "files": [ "dist", "src", "LICENSE", "README.md", "package.json", "tsconfig.json", "package-lock.json" ], "author": "Li Hongzhang", "license": "ISC", "description": "futu-api 的高性能精简易用版;基于*.proto静态编译,提供高性能的多层封装但层层开放的易用接口,获取最原始最完整的量化数据;相较于Python, nodejs更接近Web, 从而轻而易举搭建一个可视化交易站点,这是进行可控量化交易的不二选择。", "dependencies": { "futu-proto": "^9.4.5409" }, "devDependencies": { "@types/jest": "^29.5.12", "futu-api": "^9.4.5408", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "tsup": "^8.2.4", "typescript": "^5.5.4" }, "peerDependencies": { "@types/ws": "^8.5.12", "ws": "^8.18.0" } }