@damienmortini/three
Version:
37 lines (36 loc) • 957 B
JSON
{
"name": "@damienmortini/three",
"version": "0.1.200",
"description": "Three.js helpers",
"keywords": [
"three",
"3d",
"helpers",
"library"
],
"homepage": "https://github.com/damienmortini/lib/tree/main/packages/three",
"bugs": "https://github.com/damienmortini/lib/issues",
"repository": {
"type": "git",
"url": "https://github.com/damienmortini/lib",
"directory": "packages/three"
},
"license": "ISC",
"author": "Damien Mortini",
"type": "module",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"copyexamples": "node copyExamples.js",
"generateTypes": "npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"dependencies": {
"@damienmortini/core": "^0.2.160",
"fs-extra": "^11.3.3",
"three": "^0.182.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "c3591967ab155ccab9e188764fc64d08990f61e6"
}