{
  "name": "light-and-ao-map",
  "version": "1.0.3",
  "description": "A package for light and AO map functionality",
  "main": "index.js",
  "type": "module",
  "author": "Your Name",
  "license": "MIT",
  "keywords": [
    "light",
    "ao",
    "map",
    "3d",
    "rendering"
  ],
  "files": [
    "*.js",
    "*.md",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/light-and-ao-map"
  },
  "bugs": {
    "url": "https://github.com/yourusername/light-and-ao-map/issues"
  },
  "homepage": "https://github.com/yourusername/light-and-ao-map#readme"
}