bot18
Version:
A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f
19 lines (18 loc) • 421 B
JSON
{
"name": "testpackage",
"version": "1.0.0",
"description": "test package",
"repository": {
"url": "https://github.com/opencollective/opencollective-postinstall"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective postinstall"
},
"author": "",
"license": "MIT",
"dependencies": {
"opencollective": "../../"
}
}