UNPKG

predictit.js

Version:

Unofficial JS Client for PredictIt

33 lines (32 loc) 728 B
{ "name": "predictit.js", "version": "0.1.5", "homepage": "https://github.com/michrob/predictit.js", "description": "Unofficial JS Client for PredictIt", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "keywords": [ "PredictIt", "Betting", "Markets" ], "files": [ "lib" ], "scripts": { "build": "tsc", "deploy": "yarn build && yarn publish --patch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "michrob", "license": "MIT", "devDependencies": { "@types/isomorphic-fetch": "^0.0.36", "@types/node": "^17.0.30", "typescript": "^4.6.4" }, "dependencies": { "isomorphic-fetch": "^3.0.0", "query-string": "^7.1.1" } }