ftx-api-rest-extended
Version:
An extended wrapper of the FTX API package
31 lines • 741 B
JSON
{
"name": "ftx-api-rest-extended",
"version": "1.1.3",
"description": "An extended wrapper of the FTX API package",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawiromitchel/ftx-api-rest-extended.git"
},
"keywords": [
"wrapper",
"api",
"ftx",
"crypto",
"automation",
"realtime",
"bitcoin"
],
"author": "Mitchel Pawirodinomo",
"license": "ISC",
"bugs": {
"url": "https://github.com/pawiromitchel/ftx-api-rest-extended/issues"
},
"homepage": "https://github.com/pawiromitchel/ftx-api-rest-extended#readme",
"dependencies": {
"ftx-api-rest": "^0.0.7"
}
}