UNPKG

@waves/node-state

Version:
43 lines (42 loc) 866 B
{ "name": "@waves/node-state", "version": "0.1.0", "description": "", "main": "dist/index.js", "bin": { "node-state": "dist/cli.js" }, "scripts": { "prepare": "tsc", "postversion": "npm publish" }, "author": { "email": "tsddaniil@gmail.com", "name": "Tsigel" }, "repository": { "url": "https://github.com/wavesplatform/node-state", "type": "git" }, "license": "ISC", "devDependencies": { "typescript": "^3.9.4" }, "files": [ "dist", "env", "config.json" ], "dependencies": { "@types/cli-color": "^0.3.29", "@types/dotenv": "^8.2.0", "@types/fs-extra": "^8.0.1", "@types/yargs": "^16.0.3", "@waves/ts-types": "1.0.2", "@waves/waves-transactions": "^4.1.8", "cli-color": "^2.0.0", "dotenv": "^8.2.0", "fs-extra": "^8.1.0", "yargs": "^17.0.1" } }