{
  "name": "@avs/go",
  "version": "0.16.72171",
  "description": "AVS/Go",
  "type": "module",
  "keywords": [
    "lit",
    "image",
    "svg",
    "three.js",
    "3d",
    "webgl",
    "visualization",
    "dataviz",
    "custom-element",
    "web-components"
  ],
  "author": "Advanced Visual Systems Inc.",
  "homepage": "https://www.avs.com/products/avs-go",
  "main": "dist/avs-go.min.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avs/avs-go.git",
    "directory": "packages/core"
  },
  "files": [
    "dist",
    "lib",
    "licenses",
    "README.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "build": "tsc && rollup -c",
    "type-check": "tsc"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "dompurify": "^3.4.11",
    "lit": "^3.3.3",
    "three": "0.185.1"
  }
}
