{
  "name": "caper-preact",
  "version": "0.2.3",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "exports": {
    ".": {
      "import": "./dist/main.js",
      "typescript": "./src/main.ts"
    }
  },
  "keywords": [
    "Preact",
    "Framework"
  ],
  "files": [
    "dist"
  ],
  "author": "Matthew Phillips <matthew@matthewphillips.info>",
  "license": "BSD-3-Clause",
  "description": "A library for building declarative, stateful user interfaces.",
  "repository": {
    "type": "git",
    "url": "https://sr.ht/~matthewp/caper/"
  },
  "bugs": {
    "url": "https://todo.sr.ht/~matthewp/caper"
  },
  "dependencies": {
    "@matthewp/caper": "^0.1.2"
  },
  "peerDependencies": {
    "preact": "^10.26.8"
  }
}
