{
  "name": "microblink",
  "version": "0.8.1",
  "description": "",
  "keywords": [],
  "main": "dist/microblink.sdk.umd.js",
  "module": "dist/microblink.sdk.es5.js",
  "typings": "dist/types/microblink.d.ts",
  "files": [
    "dist"
  ],
  "author": "Matija Stepanic <matija.stepanic@microblink.com>",
  "contributors": [
    "Dragan Bezak <dragan.bezak@microblink.com>",
    "Luka Vrtaric <luka.vrtaric@microblink.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:microblink/microblink-js.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "lint": "tslint  --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
    "prebuild": "rimraf dist",
    "build": "tsc --module commonjs && rollup -c rollup.config.ts && ./build-README-at-docs.sh && typedoc --readme ./README-at-docs.md --out docs --target es6 --theme minimal --mode file src && cp sample/demo-at-docs.html docs/demo.html",
    "start": "rollup -c rollup.config.ts -w",
    "test": "jest --verbose",
    "test:watch": "jest --watch",
    "test:prod": "npm run lint && npm run test -- --coverage --no-cache",
    "deploy-docs": "ts-node tools/gh-pages-publish",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "semantic-release": "semantic-release",
    "semantic-release-prepare": "ts-node tools/semantic-release-prepare",
    "travis-deploy-once": "travis-deploy-once --pro",
    "prepush": "npm run test:prod && npm run build"
  },
  "lint-staged": {
    "{src,test}/**/*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testEnvironment": "node",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "testPathIgnorePatterns": [
      "/scan/"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 0,
        "functions": 0,
        "lines": 0,
        "statements": 0
      }
    },
    "collectCoverage": false
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/runtime": "^7.8.3",
    "@babel/runtime-corejs2": "^7.8.3",
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^7.6.0",
    "@types/jest": "^22.0.0",
    "@types/node": "^12.12.25",
    "babel-plugin-transform-custom-element-classes": "^0.1.0",
    "babel-preset-env": "^1.7.0",
    "colors": "^1.4.0",
    "commitizen": "^4.0.3",
    "coveralls": "^3.0.9",
    "cross-env": "^5.2.1",
    "cz-conventional-changelog": "^2.0.0",
    "husky": "^1.3.1",
    "jest": "^24.9.0",
    "lint-staged": "^7.3.0",
    "lodash.camelcase": "^4.3.0",
    "prettier": "^1.19.1",
    "prompt": "^1.0.0",
    "replace-in-file": "^3.4.4",
    "rimraf": "^2.7.1",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-cpy": "^1.1.0",
    "rollup-plugin-html": "^0.2.1",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-terser": "^3.0.0",
    "rollup-plugin-typescript2": "^0.13.0",
    "semantic-release": "^15.14.0",
    "travis-deploy-once": "^5.0.11",
    "ts-jest": "^24.3.0",
    "ts-node": "^6.2.0",
    "tslib": "^1.11.0",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^7.1.0",
    "typedoc": "^0.15.8",
    "typescript": "^3.7.5"
  },
  "publishConfig": {},
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "dependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "blob-util": "^2.0.2",
    "copy-to-clipboard": "^3.2.0",
    "crypto-ts": "^1.0.2",
    "lodash": "^4.17.15",
    "rxjs": "^6.5.4",
    "screenfull": "^5.0.1",
    "zone.js": "^0.9.1"
  }
}
