{
  "name": "@aurelia/jit-html",
  "version": "0.7.0",
  "main": "dist/umd/index.js",
  "module": "dist/esnext/index.js",
  "types": "dist/index.d.ts",
  "typings": "dist/index.d.ts",
  "license": "MIT",
  "homepage": "https://aurelia.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/aurelia/aurelia"
  },
  "bugs": {
    "url": "https://github.com/aurelia/aurelia/issues"
  },
  "keywords": [
    "aurelia",
    "jit-html"
  ],
  "files": [
    "dist",
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "lint": "eslint --cache --ext .js,.ts src/",
    "build": "tsc -b",
    "dev": "tsc -b -w"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@aurelia/jit": "^0.7.0",
    "@aurelia/kernel": "^0.7.0",
    "@aurelia/metadata": "^0.7.0",
    "@aurelia/runtime": "^0.7.0",
    "@aurelia/runtime-html": "^0.7.0",
    "@aurelia/scheduler": "^0.7.0"
  },
  "devDependencies": {
    "typescript": "^3.8.3"
  },
  "gitHead": "b72852c459296c345b859347fb8911712feef371"
}
