ig-trader
Version:
A client to programmatically spreadbet with IG
39 lines (38 loc) • 812 B
JSON
{
"name": "ig-trader",
"version": "1.4.15",
"description": "A client to programmatically spreadbet with IG",
"main": "./src/index.js",
"files": [
"/src"
],
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisgitrepo/ig-trader.git"
},
"keywords": [
"IG",
"ig",
"spreadbet",
"spreadbetting",
"trading",
"trade"
],
"author": "Chris Sarmiento",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrisgitrepo/ig-trader/issues"
},
"homepage": "https://github.com/chrisgitrepo/ig-trader#readme",
"dependencies": {
"axios": "^0.21.1",
"moment-timezone": "^0.5.31",
"rambda": "5.1.0"
},
"devDependencies": {
"jest": "^24.9.0"
}
}