{
  "name": "pwac",
  "version": "2.6.0",
  "description": "opinionated PWA compiler for multiple environments",
  "keywords": [
    "TypeScript",
    "pwa",
    "compiler",
    "react",
    "css modules",
    "critical",
    "elm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/otbe/pwac.git"
  },
  "author": "Benjamin Otto",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/otbe/pwac/issues"
  },
  "homepage": "https://github.com/otbe/pwac#readme",
  "bin": {
    "pwac": "./bin/index.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "prettier-tslint check '{src,tests}/**/*.ts'",
    "lint:fix": "prettier-tslint fix '{src,tests}/**/*.ts'",
    "preversion": "yarn build"
  },
  "devDependencies": {
    "@types/jest": "^24.0.3",
    "ajv": "^6.9.1",
    "ajv-keywords": "^3.4.0",
    "jest": "^24.1.0",
    "prettier": "^1.16.4",
    "prettier-tslint": "^0.4.2",
    "snapshot-dir": "^1.1.2",
    "ts-jest": "^23.10.5",
    "typescript": "^3.3.3"
  },
  "dependencies": {
    "@types/lodash.memoize": "^4.1.4",
    "@types/lodash.merge": "^4.6.4",
    "@types/webpack-dev-server": "^3.1.2",
    "clean-webpack-plugin": "^1.0.1",
    "commander": "^2.19.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "lodash.memoize": "^4.1.2",
    "lodash.merge": "^4.6.1",
    "npm-run": "^5.0.1",
    "pushstate-server": "3.0.1",
    "resolve-cwd": "^2.0.0",
    "typed-css-modules": "^0.3.7",
    "webpack": "^4.29.3",
    "webpack-bundle-analyzer": "^3.0.4",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.1.14",
    "webpackbar": "^3.1.5"
  }
}
