{
  "name": "webext-typed-messages",
  "version": "0.1.0",
  "description": "Better WebExtension sendMessage API",
  "keywords": [
    "webext",
    "runtime",
    "sendMessage",
    "types"
  ],
  "author": "Phaux",
  "license": "ISC",
  "files": [
    "src",
    "dist"
  ],
  "type": "module",
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "prepare": "tsc",
    "test": "tsc && tsc -p test/tsconfig.json"
  },
  "devDependencies": {
    "@types/chrome": "^0.0.193",
    "typescript": "^4.7.4"
  }
}
