UNPKG

hft-js

Version:

High-Frequency Trading in Node.js

47 lines (46 loc) 1.01 kB
{ "name": "hft-js", "version": "0.1.5", "description": "High-Frequency Trading in Node.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "files": [ "lib/", "src/" ], "scripts": { "build": "tsc", "watch": "tsc -w", "test": "node ./lib/index.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/shixiongfei/hft.js.git" }, "keywords": [ "hft", "hft-trading", "trading", "trade", "quant", "algo-trading" ], "author": "shixiongfei", "license": "Apache-2.0", "bugs": { "url": "https://github.com/shixiongfei/hft.js/issues" }, "homepage": "https://github.com/shixiongfei/hft.js#readme", "devDependencies": { "@types/node": "^22.12.0", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "eslint": "^9.19.0", "prettier": "^3.4.2", "typescript": "^5.7.3" }, "dependencies": { "denque": "^2.1.0", "napi-ctp": "^0.4.5" } }