{
  "name": "single-spa-angular-cli",
  "version": "0.4.2",
  "description": "Helpers for building single-spa applications which use Angular Cli",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rimraf lib && tsc && babel src --out-dir lib && ng-packagr -p ng-package.json",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:PlaceMe-SAS/single-spa-angular-cli.git"
  },
  "keywords": [
    "single-spa",
    "angular",
    "cli"
  ],
  "author": "Robin Coma Delperier",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/PlaceMe-SAS/single-spa-angular-cli/issues"
  },
  "homepage": "https://github.com/PlaceMe-SAS/single-spa-angular-cli#readme",
  "dependencies": {
  },
  "devDependencies": {
    "@angular/common": "^5.2.9",
    "@angular/compiler": "^5.2.9",
    "@angular/compiler-cli": "^5.2.9",
    "@angular/core": "^5.2.9",
    "babel-cli": "^6.18.0",
    "babel-core": "^6.26.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-latest": "^6.16.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-3": "^6.17.0",
    "ng-packagr": "^2.2.0",
    "rimraf": "^2.6.2",
    "typescript": "^2.6.2"
  },
  "peerDependenies": {
    "@angular/common": "^5.2.9",
    "@angular/core": "^5.2.9",
    "@types/core-js": "^0.9.45",
    "rxjs": "^5.5.6"
  }
}
