{
  "name": "@tovera/willow-ts-client",
  "version": "0.8.9",
  "description": "",
  "main": "dist/bundle.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build-dev": "webpack",
    "build": "typedoc ./src/index.ts && webpack --mode production",
    "prepublish": "webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toverainc/willow-ts-client.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toverainc/willow-ts-client/issues"
  },
  "homepage": "https://github.com/toverainc/willow-ts-client",
  "devDependencies": {
    "ts-loader": "^9.4.2",
    "typed-emitter": "^2.1.0",
    "typedoc": "^0.24.7",
    "typescript": "^5.0.2",
    "webpack": "^5.77.0",
    "webpack-cli": "^5.0.1"
  }
}
