{
  "name": "wmr",
  "version": "3.8.0",
  "bin": "wmr.cjs",
  "type": "module",
  "main": "index.js",
  "description": "The tiny all-in-one development tool for modern web apps, in a single 2mb file with no dependencies.",
  "author": "The Preact Authors (https://preactjs.com)",
  "license": "MIT",
  "repository": "preactjs/wmr",
  "scripts": {
    "postpack": "mv -f .package.json package.json"
  },
  "types": "./types.d.ts",
  "files": [
    "wmr.cjs",
    "index.js",
    "types.d.ts",
    "README.md"
  ],
  "engines": {
    "node": ">=12.17.x"
  }
}
