mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
35 lines
728 B
JSON
35 lines
728 B
JSON
{
|
|
"name": "fetch-futures",
|
|
"version": "0.1.0",
|
|
"description": "ccxt example code in typescript.",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"files": [
|
|
"build/src"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ccxt/ccxt.git"
|
|
},
|
|
"keywords": [],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc -p .",
|
|
"start": "node ./build/index"
|
|
},
|
|
"dependencies": {
|
|
"ansicolor": "^1.1.92",
|
|
"as-table": "^1.0.55",
|
|
"ccxt": "^2.0.0",
|
|
"ololog": "^1.1.146"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~3.5.0",
|
|
"@types/node": "^10.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
}
|
|
}
|