{
  "name": "ngx-universal-cookies",
  "version": "8.0.1",
  "description": "Manage your cookies on client and server side (Angular Universal)",
  "keywords": [
    "angular",
    "angular8",
    "angular 8",
    "angular universal",
    "cookie",
    "cookies"
  ],
  "main": "bundles/cookies.umd.min.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "clean:pre": "rimraf release",
    "clean:post": "rimraf \"src/**/*.ngfactory.ts\" \"index.ngsummary.json\" \"browser.ngsummary.json\" \"server.ngsummary.json\" \"src/**/*.ngsummary.json\"",
    "copy": "cpy LICENSE package.json README.md release",
    "build:js": "ngc",
    "build:umd": "rollup -c",
    "build:minify": "uglifyjs release/bundles/cookies.umd.js --screw-ie8 --compress --mangle --comments --output release/bundles/cookies.umd.min.js",
    "prebuild": "npm run clean:pre",
    "build": "npm run build:js && npm run build:umd && npm run build:minify",
    "postbuild": "npm run clean:post && npm run copy",
    "release": "npm run build && cd ./release && npm publish"
  },
  "peerDependencies": {
    "@angular/core": ">=8.0.0 || ^8.0.0-rc.0",
    "rxjs": ">=6.0.0",
    "zone.js": ">=0.9"
  },
  "devDependencies": {
    "@angular/common": "^8.0.0 || ^8.0.0-rc.0",
    "@angular/compiler": "^8.0.0 || ^8.0.0-rc.0",
    "@angular/compiler-cli": "^8.0.0 || ^8.0.0-rc.0",
    "@angular/core": "^8.0.0 || ^8.0.0-rc.0",
    "cpy-cli": "^1.0.1",
    "rimraf": "^2.6.1",
    "rollup": "^0.43.0",
    "rxjs": "^6.0.0",
    "typescript": "^3.4.0",
    "uglify-js": "^3.0.18",
    "zone.js": "^0.9"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aescarcha/cookies"
  },
  "homepage": "https://github.com/aescarcha/cookies#readme",
  "bugs": {
    "url": "https://github.com/aescarcha/cookies/issues"
  },
  "author": "Anton Barada",
  "license": "MIT"
}
