UNPKG

burst-whale-watch

Version:

An account watcher for Burstcoin

45 lines (44 loc) 938 B
{ "name": "burst-whale-watch", "version": "1.1.1", "description": "An account watcher for Burstcoin", "files": [ "/out" ], "main": "./out/main.js", "types": "./out/main.d.ts", "bin": { "burst-whale-watch": "./out/main.js" }, "scripts": { "build": "tsc", "release": "tsc && npm publish", "start": "npm run build && node ./out/main.js" }, "keywords": [ "burstjs", "burst", "burstcoin", "cryptocoin" ], "author": "ohager", "license": "MIT", "dependencies": { "@burstjs/core": "0.4.0", "chalk": "^2.4.2", "fs-extra": "^8.1.0", "inquirer": "^7.0.0", "lodash": "^4.17.15", "neo-blessed": "^0.2.0", "rxjs": "^6.5.3", "stappo": "0.0.7", "yargs": "^14.2.0" }, "devDependencies": { "@types/fs-extra": "^8.0.1", "@types/lodash": "^4.14.144", "@types/ws": "^6.0.3", "@types/yargs": "^13.0.3", "typescript": "^3.6.4" } }