{
  "name": "@janssenproject/cedarling_wasm",
  "type": "module",
  "description": "The Cedarling is a performant local authorization service that runs the Rust Cedar Engine",
  "version": "2.4.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JanssenProject/jans.git"
  },
  "files": [
    "cedarling_wasm_bg.wasm",
    "cedarling_wasm.js",
    "cedarling_wasm.d.ts"
  ],
  "main": "cedarling_wasm.js",
  "types": "cedarling_wasm.d.ts",
  "sideEffects": [
    "./snippets/*"
  ]
}
