UNPKG

hft-js

Version:

High-Frequency Trading in Node.js

48 lines (47 loc) 1.03 kB
{ "name": "hft-js", "version": "0.3.0", "description": "High-Frequency Trading in Node.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "type": "module", "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": "^24.0.3", "@typescript-eslint/eslint-plugin": "^8.34.1", "@typescript-eslint/parser": "^8.34.1", "eslint": "^9.29.0", "prettier": "^3.5.3", "typescript": "^5.8.3" }, "dependencies": { "denque": "^2.1.0", "napi-ctp": "^0.5.2" } }