{
  "name": "@duetds/angular",
  "version": "8.4.2",
  "description": "This package includes Angular specific wrapper for Duet Design System Web Components.",
  "license": "SEE LICENSE IN LICENSE.md",
  "author": "LocalTapiola Services Ltd <duetdesignsystem@lahitapiola.fi>",
  "main": "lib/fesm5.js",
  "module": "lib/fesm5.js",
  "types": "lib/core.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "build": "npm run build.ng",
    "build.es2015": "ngc -p tsconfig.json && rollup --config ./scripts/rollup.config.js",
    "build.es5": "ngc -p tsconfig.legacy.json && rollup --config ./scripts/rollup.config.legacy.js",
    "build.fesm": "rollup --config ./scripts/rollup.config.js",
    "build.ng": "npm run build.es2015 && npm run build.es5",
    "build:ci": "npm run build.ng",
    "lint": "npm run lint.ts",
    "lint.fix": "tslint --project . --fix",
    "lint.ts": "tslint --project .",
    "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
    "test": "echo 'angular no tests yet'",
    "test:ci": "echo 'angular no tests yet'",
    "tsc": "tsc -p .",
    "validate": "npm i && npm run lint && npm run test && npm run build"
  },
  "dependencies": {
    "@duetds/components": "8.4.2",
    "tslib": "1.9.3"
  },
  "devDependencies": {
    "@angular-devkit/core": "8.3.22",
    "@angular-devkit/schematics": "8.3.22",
    "@angular/common": "8.2.14",
    "@angular/compiler": "8.2.14",
    "@angular/compiler-cli": "8.2.14",
    "@angular/core": "8.2.14",
    "@angular/forms": "8.2.14",
    "@angular/platform-browser": "8.2.14",
    "@angular/platform-browser-dynamic": "8.2.14",
    "@angular/router": "8.2.14",
    "@rollup/plugin-node-resolve": "13.0.5",
    "@types/node": "12.12.24",
    "fs-extra": "8.1.0",
    "glob": "7.1.5",
    "rollup": "2.57.0",
    "rxjs": "6.5.4",
    "tsickle": "0.37.0",
    "tslint": "5.12.1",
    "tslint-ionic-rules": "0.0.21",
    "typescript": "3.5.3",
    "zone.js": "0.9.1"
  },
  "peerDependencies": {
    "@angular-devkit/core": "7.2.1 - 10",
    "@angular-devkit/schematics": "7.2.1 - 10",
    "@angular/common": "7.2.1 - 10",
    "@angular/compiler": "7.2.1 - 10",
    "@angular/compiler-cli": "7.2.1 - 10",
    "@angular/core": "7.2.1 - 10",
    "@angular/forms": "7.2.1 - 10",
    "@angular/platform-browser": "7.2.1 - 10",
    "@angular/platform-browser-dynamic": "7.2.1 - 10",
    "@angular/router": "7.2.1 - 10",
    "rxjs": ">=6.2.0",
    "zone.js": ">=0.8.26"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f4ab86d25ac53521bd7d93ede8e38320084c3f03"
}
