{
  "name": "@cedric-pouilleux/stellexjs",
  "version": "0.6.2",
  "description": "Deterministic, playable celestial body generator for Three.js and Vue 3.",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "sideEffects": false,
  "main": "./index.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js"
    },
    "./core": {
      "types": "./core.d.ts",
      "import": "./core.js"
    },
    "./sim": {
      "types": "./sim.d.ts",
      "import": "./sim.js"
    },
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@tresjs/core": "^5.8.0",
    "simplex-noise": "^4.0.0",
    "three": "^0.184.0",
    "vue": "^3.5.0"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    },
    "@tresjs/core": {
      "optional": true
    }
  },
  "keywords": [
    "hexasphere",
    "threejs",
    "procedural",
    "celestial-body",
    "planet",
    "star",
    "vue",
    "tresjs"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedric-pouilleux/stellex-js.git"
  },
  "homepage": "https://github.com/cedric-pouilleux/stellex-js#readme",
  "bugs": "https://github.com/cedric-pouilleux/stellex-js/issues"
}
