{
  "name": "interpret-util",
  "version": "0.0.6",
  "description": "interpret java-jar file to typescript files",
  "main": "./lib/index.js",
  "keywords": [
    "dubbo",
    "typescript",
    "ts-simple-ast"
  ],
  "scripts": {
    "prepublishOnly": "tsc",
    "format": "prettier --write '**/*.ts*'"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "types": "./lib/typings/index.d.ts",
  "license": "Apache Licence 2.0",
  "dependencies": {
    "debug": "3.1.0",
    "js-to-java": "^2.4.0"
  }
}
