{
  "name": "@certe/atmos-physics",
  "description": "Rapier-based physics integration for the Atmos Engine — rigid bodies, colliders, joints",
  "version": "0.8.17",
  "repository": {
    "type": "git",
    "url": "https://github.com/certesolutions-cyber/atmos.git",
    "directory": "packages/physics"
  },
  "homepage": "https://github.com/certesolutions-cyber/atmos",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "physics",
    "rapier",
    "game-engine",
    "rigid-body",
    "collider",
    "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",
    "@dimforge/rapier3d-compat": "^0.14.0"
  },
  "scripts": {
    "test": "vitest run"
  }
}
