{
  "name": "volans-plugin-client",
  "version": "0.1.0-alpha.5",
  "description": "client helper for volans plugin",
  "main": "out/index.js",
  "author": "WinskyWen",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "prepublish": "tsc"
  },
  "devDependencies": {
    "@types/node": "^10.3.1",
    "typescript": "^2.9.1"
  },
  "dependencies": {
    "volans-common": "^0.1.0-alpha.4"
  }
}
