betfair-exchange-api
Version:
A TypeScript client for the Betfair Exchange API
39 lines (38 loc) • 949 B
JSON
{
"name": "betfair-exchange-api",
"version": "1.0.3",
"description": "A TypeScript client for the Betfair Exchange API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE",
"betfair-exchange-api.mcp"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"postinstall": "cp node_modules/betfair-exchange-api/betfair-exchange-api.mcp ./ || true"
},
"mcp": "./betfair-exchange-api.mcp",
"keywords": [
"betfair",
"exchange",
"api",
"betting",
"trading"
],
"author": "Rogues Lab",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rogueslab/betfair-exchange-api.git"
},
"bugs": {
"url": "https://github.com/rogueslab/betfair-exchange-api/issues"
},
"homepage": "https://github.com/rogueslab/betfair-exchange-api#readme"
}