{
  "name": "rs1090-wasm",
  "type": "module",
  "collaborators": [
    "Xavier Olive <git@xoolive.org>"
  ],
  "description": "A real-time comprehensive Mode S and ADS-B data decoder",
  "version": "0.4.14",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/xoolive/rs1090"
  },
  "files": [
    "rs1090_wasm_bg.wasm",
    "rs1090_wasm.js",
    "rs1090_wasm_bg.js",
    "rs1090_wasm.d.ts"
  ],
  "main": "rs1090_wasm.js",
  "homepage": "https://github.com/xoolive/rs1090",
  "types": "rs1090_wasm.d.ts",
  "sideEffects": [
    "./rs1090_wasm.js",
    "./snippets/*"
  ],
  "keywords": [
    "aircraft",
    "ADS-B",
    "Mode-S",
    "decoding"
  ]
}