{
	"name": "angular-three-tweakpane",
	"version": "4.2.1",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"repository": {
		"type": "git",
		"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/tweakpane"
	},
	"author": {
		"name": "Chau Tran",
		"email": "nartc7789@gmail.com",
		"url": "https://nartc.me"
	},
	"description": "Tweakpane UI implementation for Angular Three",
	"keywords": [
		"angular",
		"threejs",
		"renderer",
		"tweakpane"
	],
	"license": "MIT",
	"peerDependencies": {
		"@angular/common": ">=20.0.0 <22.0.0",
		"@angular/core": ">=20.0.0 <22.0.0",
		"@tweakpane/core": "^2.0.0",
		"tweakpane": "^4.0.0"
	},
	"dependencies": {
		"tslib": "^2.7.0"
	},
	"module": "fesm2022/angular-three-tweakpane.mjs",
	"typings": "types/angular-three-tweakpane.d.ts",
	"exports": {
		"./package.json": {
			"default": "./package.json"
		},
		".": {
			"types": "./types/angular-three-tweakpane.d.ts",
			"default": "./fesm2022/angular-three-tweakpane.mjs"
		}
	},
	"sideEffects": false
}
