{
  "version": "4.1.0",
  "name": "@tko/build.reference",
  "description": "The TKO Reference Build",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knockout/tko.git"
  },
  "author": "The Knockout Team",
  "license": "MIT",
  "dependencies": {
    "@tko/binding.component": "^4.1.0",
    "@tko/binding.core": "^4.1.0",
    "@tko/binding.foreach": "^4.1.0",
    "@tko/binding.if": "^4.1.0",
    "@tko/binding.template": "^4.1.0",
    "@tko/builder": "^4.1.0",
    "@tko/filter.punches": "^4.1.0",
    "@tko/provider.attr": "^4.1.0",
    "@tko/provider.component": "^4.1.0",
    "@tko/provider.databind": "^4.1.0",
    "@tko/provider.multi": "^4.1.0",
    "@tko/provider.mustache": "^4.1.0",
    "@tko/provider.native": "^4.1.0",
    "@tko/provider.virtual": "^4.1.0",
    "@tko/utils.component": "^4.1.0",
    "@tko/utils.jsx": "^4.1.0",
    "@tko/utils": "^4.1.0"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://tko.io",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://opensource.org/licenses/MIT"
    }
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "bugs": {
    "url": "https://github.com/knockout/tko/issues"
  },
  "tko": {
    "buildMode": "browser"
  },
  "scripts": {
    "build": "bun ../../tools/build.ts"
  },
  "keywords": [
    "knockout",
    "tko",
    "framework",
    "mvvm",
    "tsx",
    "modern"
  ]
}
