{
  "name": "incremental-dom",
  "version": "0.7.0",
  "description": "An in-place virtual DOM library",
  "main": "dist/incremental-dom-cjs.js",
  "author": "The Incremental DOM Authors",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/google/incremental-dom.git"
  },
  "files": [
    "index.ts",
    "src",
    "dist"
  ],
  "scripts": {
    "test": "bazel test test:unit_tests",
    "build": "bazel build :dev",
    "dist": "npm run lint && npm run test && bazel build :npm",
    "update": "npm-check -u",
    "lint": "eslint src/**.ts"
  },
  "devDependencies": {
    "@bazel/bazel": "^0.27.0",
    "@bazel/ibazel": "^0.10.3",
    "@bazel/karma": "^0.33.0",
    "@bazel/typescript": "^0.33.0",
    "@types/mocha": "^5.0.0",
    "@types/sinon": "^4.3.0",
    "@types/sinon-chai": "^2.7.29",
    "@typescript-eslint/eslint-plugin": "^1.12.0",
    "@typescript-eslint/parser": "^1.12.0",
    "chai": "^4.0.2",
    "eslint": "^6.0.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "mocha": "^6.1.4",
    "npm-check": "^5.6.0",
    "prettier": "^1.18.2",
    "sinon": "^4.0.0",
    "sinon-chai": "^2.9.0",
    "typescript": "~3.4.1",
    "uglify-js": "^3.6.0"
  },
  "dependencies": {}
}
