UNPKG

taapi-cache

Version:

TAAPI.IO Cache Package. A convenient way to fetch candles, store them and reuse them.

30 lines (29 loc) 782 B
{ "name": "taapi-cache", "version": "1.0.7", "description": "TAAPI.IO Cache Package. A convenient way to fetch candles, store them and reuse them.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "start-pm2": "pm2 start index.js --name 'taapi-cache'", "postinstall": "cp config.js ../../config.js && echo 'require(`taapi-cache`);' > ../../index.js" }, "keywords": [ "taapi", "TAAPI.IO", "cache", "candles" ], "author": "Brian Vilhelmsen", "license": "ISC", "dependencies": { "async-sema": "^3.1.0", "chalk": "^3.0.0", "express": "^4.17.1", "moment": "^2.24.0", "mongodb": "^3.5.3", "node-schedule": "^1.3.2", "taapi": "^1.2.3" } }