{
  "author": "Maciej Treder <contact@maciejtreder.com>",
  "name": "@ng-toolkit/serverless",
  "version": "8.1.0",
  "description": "Angular Universal PWA boilerplate for serverless environment.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maciejtreder/ng-toolkit.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && jasmine src/**/*_spec.js",
    "postinstall": "node postinstall.js",
    "prepare": "npm test",
    "test:dev": "npm run test && npm publish --registry http://localhost:4873",
    "ci-publish": "ci-publish"
  },
  "keywords": [
    "schematics",
    "angular",
    "serverless",
    "server side rendering",
    "pwa",
    "progressive web app",
    "lambda",
    "amazon web services",
    "google cloud functions",
    "firebase"
  ],
  "license": "MIT",
  "schematics": "./collection.json",
  "dependencies": {
    "@angular-devkit/core": "^8.3.3",
    "@angular-devkit/schematics": "^8.3.3",
    "@bugsnag/js": "^6.4.0",
    "@ng-toolkit/_utils": "8.0.4",
    "@schematics/angular": "^8.3.3"
  },
  "devDependencies": {
    "@types/jasmine": "^3.4.0",
    "@types/node": "^12.7.4",
    "ci-publish": "^1.3.1",
    "jasmine": "^3.4.0",
    "outdent": "^0.7.0",
    "rxjs": "^6.4.0",
    "typescript": "~3.5.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
