angular-three-theatre
Version:
TheatreJS for Angular Three
47 lines (46 loc) • 983 B
JSON
{
"name": "angular-three-theatre",
"version": "4.0.0-next.93",
"publishConfig": {
"access": "public"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/theatre"
},
"author": {
"name": "Chau Tran",
"email": "nartc7789@gmail.com",
"url": "https://nartc.me"
},
"description": "TheatreJS for Angular Three",
"keywords": [
"angular",
"threejs",
"renderer",
"theatre"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=19.0.0 <20.0.0",
"@angular/core": ">=19.0.0 <20.0.0",
"@theatre/core": ">=0.7.0 <0.8.0",
"@theatre/studio": ">=0.7.0 <0.8.0"
},
"dependencies": {
"tslib": "^2.7.0"
},
"module": "fesm2022/angular-three-theatre.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-three-theatre.mjs"
}
},
"sideEffects": false
}