{
	"name": "@shapediver/viewer.shared.services",
	"version": "3.21.2",
	"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"
	},
	"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": {
		"@ctrl/tinycolor": "4.2.0",
		"@shapediver/sdk.geometry-api-sdk-v2": "4.2.2",
		"@shapediver/viewer.settings": "1.3.2",
		"@shapediver/viewer.shared.build-data": "3.21.2",
		"@shapediver/viewer.shared.types": "3.21.2",
		"@types/ua-parser-js": "0.7.39",
		"dompurify": "3.4.11",
		"gl-matrix": "3.4.4",
		"ua-parser-js": "1.0.39",
		"uuid": "14.0.0"
	},
	"gitHead": "13f5d23e83274ab2bfa988401844a0d8047911a3"
}
