{
  "name": "@snapano/diagramviewer",
  "version": "1.0.1",
  "scripts": {
    "webpack:build": "webpack --config webpack.config.js  --mode=production"
  },
  "files": ["dist","public"],
  "main": "dist/index.js",
  "author": "snapano.com",
  "private":false,
  "license": "ISC",
  "dependencies": {
    "@splinetool/loader": "^0.9.105",
    "axios": "^0.27.2",
    "three": "^0.143.0",
    "three-spritetext": "^1.6.5"
  },
  "devDependencies": {
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  }
}
