UNPKG

interpret-dubbo-to-typescript

Version:

interpret java-jar file to typescript files

30 lines (29 loc) 640 B
{ "name": "interpret-dubbo-to-typescript", "version": "3.0.0", "description": "interpret java-jar file to typescript files", "bin": { "interpret-dubbo": "./lib/cli.js" }, "repository": { "type": "git", "url": "https://github.com/onfuns/dubbo-js/tree/master/packages/interpret-cli" }, "keywords": [ "dubbo", "typescript", "ts-simple-ast" ], "engines": { "node": ">=8.0.0" }, "license": "Apache Licence 2.0", "dependencies": { "commander": "^2.12.2", "debug": "3.1.0", "fs-extra": "^4.0.2", "klaw": "^2.1.1", "prettier": "^1.10.2", "ts-simple-ast": "^1.3.0" } }