{
  "name": "@interverse/three-layered-material",
  "version": "1.2.0",
  "description": "Modular PBR material layering system for Three.js with TSL node-based blending",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc && node scripts/fix-esm-extensions.mjs",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "three",
    "threejs",
    "three.js",
    "material",
    "layered",
    "pbr",
    "tsl",
    "shader",
    "node-material",
    "webgpu",
    "blending",
    "decal",
    "layer",
    "triplanar"
  ],
  "author": "",
  "license": "MIT",
  "peerDependencies": {
    "three": ">=0.183.0"
  },
  "devDependencies": {
    "@types/three": "^0.183.1",
    "rimraf": "^5.0.0",
    "typescript": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aiira-co/three-layered-material.git"
  },
  "bugs": {
    "url": "https://github.com/aiira-co/three-layered-material/issues"
  },
  "homepage": "https://github.com/aiira-co/three-layered-material#readme"
}
