{
  "version": "4.1.0",
  "name": "@tko/filter.punches",
  "description": "TKO filters from knockout punches",
  "module": "dist/index.js",
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knockout/tko.git"
  },
  "keywords": [
    "knockout",
    "tko",
    "filter",
    "punches",
    "extension"
  ],
  "author": "The Knockout Team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/knockout/tko/issues"
  },
  "homepage": "https://tko.io",
  "dependencies": {
    "@tko/observable": "^4.1.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "bun ../../tools/build.ts"
  }
}
