{
  "name": "crypttp-angular",
  "version": "0.0.16",
  "description": "",
  "main": "./dist/bundles/crypttp.umd.js",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "prepublish": "tsc",
    "css": "node-sass --output-style compressed ./lib/crypttp.style.scss > ./lib/crypttp.style.css && node-sass --output-style compressed ./lib/crypttp.style.scss > dist/lib/crypttp.style.css",
    "compile": "node ./node_modules/@angular/compiler-cli/src/main.js -p .",
    "package": "rollup -c",
    "minify": "uglifyjs dist/bundles/crypttp.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/crypttp.umd.min.js",
    "build": "rm -rf dist && rm -rf lib/crypttp.style.css && mkdir dist && mkdir dist/lib && npm run css && npm run compile && npm run package && npm run minify"
  },
  "author": "Bogdan Sizov",
  "license": "ISC",
  "dependencies": {
    "@angular/common": "~8.2.14",
    "@angular/compiler": "~8.2.14",
    "@angular/core": "^8.2.14",
    "@angular/platform-browser": "^8.2.14",
    "crypttp": "^0.4.2",
    "crypttp-style": "0.0.10",
    "rxjs": "^6.5.3",
    "zone.js": "^0.10.2"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.803.20",
    "@angular/cli": "~8.3.20",
    "@angular/compiler-cli": "~8.2.14",
    "@angular/language-service": "~8.2.14",
    "@types/jasmine": "~3.3.8",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "node-sass": "^4.13.0",
    "rollup": "^1.27.6",
    "typescript": "^3.5.3",
    "uglify-js": "^3.7.1"
  }
}
