{
  "name": "thorium-huid",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build" : "npx tsc",
    "build:watch" : "npx tsc --watch",
    "build:doc" : "typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "typedoc-plugin-markdown": "^3.17.0"
  }
}
