@blooooork/three-optimization
Version:
High-performance optimization tools for Three.js including texture atlas management, asset loading, and memory optimization
36 lines • 781 B
JSON
{
"name": "@blooooork/three-optimization",
"version": "1.0.0",
"description": "High-performance optimization tools for Three.js including texture atlas management, asset loading, and memory optimization",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"prepublishOnly": "npm run build"
},
"keywords": [
"three.js",
"webgl",
"optimization",
"performance",
"texture-atlas",
"asset-management",
"memory"
],
"author": "blooooork",
"license": "MIT",
"peerDependencies": {
"three": "^0.160.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"vite": "^5.0.8",
"three": "^0.160.0"
}
}