{
  "name": "libavoid-js",
  "version": "0.5.0-beta.5",
  "description": "JS port of libavoid library",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "node": "./dist/index-node.mjs",
      "types": "./dist/libavoid.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/",
    "typings/"
  ],
  "scripts": {
    "build": "node build.js",
    "full-rebuild": "python tools/generate.py && npm run build",
    "api-docs": "jsdoc -c jsdoc.conf.js -d ./api_docs_build/ build/generated_debug/glue.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aksem/libavoid-js.git"
  },
  "author": "Vladyslav Hnatiuk",
  "license": "LGPL-2.1-or-later",
  "bugs": {
    "url": "https://github.com/Aksem/libavoid-js/issues"
  },
  "homepage": "https://github.com/Aksem/libavoid-js",
  "devDependencies": {
    "docdash": "^1.2.0",
    "esbuild": "^0.17.15",
    "esbuild-plugin-copy": "^2.1.1",
    "jsdoc": "^3.6.6"
  }
}
