@wavesenterprise/generator-cli
Version:
Waves Enterprise transactions generator CLI
42 lines (41 loc) • 1.19 kB
JSON
{
"name": "@wavesenterprise/generator-cli",
"version": "0.2.0",
"description": "Waves Enterprise transactions generator CLI",
"main": "./lib/index.js",
"scripts": {
"start": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/index.ts -c \"example.config.json\" -broadcast -concurrency 30",
"create": "npm run test",
"build": "tsc -p .",
"test-global": "npm uninstall -g && npm run build && npm i -g && generator-cli -c \"example.config.json\" -broadcast -concurrency 30",
"refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
},
"keywords": [
"cli",
"generator-cli",
"typescript",
"nodejs"
],
"author": "Artem Kolodko",
"license": "MIT",
"bin": {
"generator-cli": "./lib/index.js"
},
"dependencies": {
"@wavesenterprise/js-sdk": "3.1.6-RC1",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"commander": "7.0.0",
"figlet": "1.5.0",
"path": "^0.12.7",
"ts-node": "9.1.1",
"typescript": "4.1.4"
},
"devDependencies": {
"@types/base64-js": "^1.3.0",
"@types/google-protobuf": "^3.7.4",
"@types/node": "^14.14.25",
"nodemon": "^1.18.7",
"tslint": "^5.11.0"
}
}