{
  "name": "@certe/atmos-assets",
  "description": "glTF 2.0 / GLB asset pipeline for the Atmos Engine",
  "version": "0.8.17",
  "repository": {
    "type": "git",
    "url": "https://github.com/certesolutions-cyber/atmos.git",
    "directory": "packages/assets"
  },
  "homepage": "https://github.com/certesolutions-cyber/atmos",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "gltf",
    "glb",
    "asset-pipeline",
    "game-engine",
    "3d-model",
    "atmos"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "!dist/__tests__",
    "package.json",
    "README.md",
    "LICENCE"
  ],
  "dependencies": {
    "@certe/atmos-core": "^0.8.17",
    "@certe/atmos-math": "^0.8.17",
    "@certe/atmos-renderer": "^0.8.17",
    "@certe/atmos-animation": "^0.8.17"
  },
  "scripts": {
    "test": "vitest run"
  }
}
