{
  "name": "aurelia-loader-webpack",
  "version": "2.2.5",
  "description": "An implementation of Aurelia's loader interface to enable webpack.",
  "keywords": [
    "aurelia",
    "webpack",
    "loader"
  ],
  "homepage": "http://aurelia.io",
  "bugs": {
    "url": "https://github.com/aurelia/loader-webpack/issues"
  },
  "license": "MIT",
  "author": "Bazyli Brzóska <bazyli.brzoska@gmail.com> (https://invent.life/)",
  "main": "dist/commonjs/aurelia-loader-webpack.js",
  "typings": "dist/types/aurelia-loader-webpack.d.ts",
  "repository": {
    "type": "git",
    "url": "http://github.com/aurelia/loader-webpack"
  },
  "scripts": {
    "build": "rollup -c",
    "postbuild": "tsc --declaration --emitDeclarationOnly",
    "changelog": "standard-version -t \"\" -i doc/CHANGELOG.md --skip.commit --skip.tag",
    "precut-release": "npm run build",
    "cut-release": "npm run changelog"
  },
  "dependencies": {
    "aurelia-hot-module-reload": "^0.3.0",
    "aurelia-loader": "^1.0.0",
    "aurelia-metadata": "^1.0.2",
    "aurelia-pal": "^1.1.1"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.3",
    "@types/node": "^16.4.2",
    "rollup": "^2.54.0",
    "standard-version": "^9.5.0",
    "tslib": "^2.4.0",
    "typescript": "^4.0.2"
  }
}
