{
  "name": "zincjs",
  "version": "2.0.0",
  "description": "ZincJS (Web-based-Zinc-Visualisation)",
  "main": "build/zinc.js",
  "directories": {
    "doc": "docs"
  },
  "files": [
    "package.json",
    "LICENSE",
    "README.md",
    "src/*",
    "build/zinc.js",
    "build/zinc.js.map",
    "vite.config.js"
  ],
  "scripts": {
    "build-bundle": "vite build",
    "test-watch": "vitest",
    "test": "vitest run --reporter=junit --outputFile=test-results.xml",
    "test-standard": "vitest run",
    "changelog": "auto-changelog -p --output CHANGELOG.md --template keepachangelog",
    "jsdoc": "jsdoc -c jsdoc_conf.json",
    "version": "npm run build-bundle;npm run jsdoc;npm run changelog; git add CHANGELOG.md docs",
    "release:beta": "npm version prerelease --preid=beta; npm publish --tag beta",
    "release:major": "npm version major;  npm publish",
    "release:minor": "npm version minor; npm publish",
    "release:patch": "npm version patch;  npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alan-wu/ZincJS.git"
  },
  "keywords": [
    "library",
    "webgl",
    "3d",
    "zincjs"
  ],
  "author": "Alan Wu <alan.wu@auckland.ac.nz>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alan-wu/ZincJS/issues"
  },
  "homepage": "http://alan-wu.github.io/ZincJS/",
  "devDependencies": {
    "@vitest/coverage-v8": "^1.6.1",
    "auto-changelog": "^2.4.0",
    "chai": "^4.1.0",
    "gl": "^6.0.2",
    "happy-dom": "^20.10.6",
    "jsdoc": "^4.0.2",
    "msw": "^2.14.6",
    "vite": "^5.0.10",
    "vite-plugin-node-polyfills": "^0.28.0",
    "vitest": "^1.6.1",
    "webpack-node-externals": "^3.0.0"
  },
  "dependencies": {
    "css-element-queries": "^1.2.2",
    "lodash": "^4.17.19",
    "nifti-reader-js": "0.8.0",
    "three": "^0.130.1",
    "three-spritetext": "1.6.2"
  }
}
