{
  "name": "fhirpath-wasm",
  "type": "module",
  "collaborators": [
    "Aether FHIRPath Team <funyloony@gmail.com>"
  ],
  "description": "WASM bindings for FHIRPath engine",
  "version": "0.1.1",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/octoshikari/aether-fhirpath"
  },
  "files": [
    "fhirpath_wasm_bg.wasm",
    "fhirpath_wasm.js",
    "fhirpath_wasm.d.ts"
  ],
  "main": "fhirpath_wasm.js",
  "types": "fhirpath_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}