{
  "name": "ballistics-engine",
  "type": "module",
  "collaborators": [
    "Alex Jokela <email@tinycomputers.io>"
  ],
  "description": "High-performance ballistics trajectory engine with professional physics (WASM build)",
  "version": "0.43.0",
  "license": "MIT OR Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajokela/ballistics-engine.git"
  },
  "files": [
    "ballistics_engine_bg.wasm",
    "ballistics_engine.js",
    "ballistics_engine.d.ts",
    "LICENSE-APACHE"
  ],
  "main": "ballistics_engine.js",
  "homepage": "https://ballistics.rs/",
  "types": "ballistics_engine.d.ts",
  "sideEffects": [
    "./snippets/*"
  ],
  "keywords": [
    "ballistics",
    "trajectory",
    "physics",
    "simulation",
    "wasm",
    "webassembly"
  ],
  "publishConfig": {
    "access": "public"
  }
}
