{
	"name": "@shapediver/viewer.shared.types",
	"version": "3.17.0",
	"description": "",
	"keywords": [],
	"author": "Michael Oppitz <michael@shapediver.com>",
	"license": "polyform-noncommercial-1.0.0",
	"main": "dist/index.js",
	"directories": {
		"test": "__tests__"
	},
	"files": [
		"package.json",
		"dist/",
		"README.md",
		"LICENSE"
	],
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/shapediver/Viewer.git"
	},
	"scripts": {
		"check": "tsc --noEmit",
		"build": "bash ../../scripts/building/build.sh",
		"build-watch": "bash ../../scripts/building/build-watch.sh",
		"build-dep": "bash ../../scripts/building/build-dep.sh"
	},
	"bugs": {
		"url": "https://github.com/shapediver/Viewer/issues"
	},
	"homepage": "https://github.com/shapediver/Viewer#readme",
	"typings": "dist/index.d.ts",
	"jest": {
		"preset": "ts-jest",
		"testEnvironment": "node"
	},
	"dependencies": {
		"@shapediver/sdk.geometry-api-sdk-v2": "3.4.1",
		"@shapediver/sdk.sdtf-v1": "1.7.2",
		"gl-matrix": "3.4.4",
		"zod": "4.4.3"
	},
	"gitHead": "583d458927a50ca548f2f2d5dde84471f7708d4a"
}
