UNPKG

wallet-generate

Version:
40 lines (39 loc) 859 B
{ "name": "wallet-generate", "version": "1.6.6", "description": "wallet代码生成工具", "main": "bin/cli.js", "bin": { "wallet-generate": "./bin/cli.js" }, "scripts": { "build": "tsc" }, "author": "XueYou", "license": "MIT", "files": [ "bin", "entitys", "out", "template", "schema.json" ], "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "git+https://github.com:xueyou2000/wallet-generate.git" }, "dependencies": { "@types/node": "^12.12.17", "chalk": "^3.0.0", "commander": "^4.0.1", "glob": "^7.1.6", "lodash": "^4.17.15", "ora": "^4.0.3", "ts-node": "^8.5.4", "tslib": "^1.10.0", "typescript": "^3.7.3" } }