{
  "name": "@softcol/biometrics",
  "version": "2.2.2",
  "description": "Collection of utility methods for eLogic Biometrics",
  "main": "./dist/bundle.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "deploy": "npm run package && npm publish --access public",
    "package": "npm run clean && npm run build",
    "build": "webpack --mode production",
    "clean": "npm run remove-definitions && npm run remove-dist",
    "update": "npm run remove-package && npm run remove-modules && npm install",
    "remove-definitions": "rimraf ./types",
    "remove-dist": "rimraf ./dist",
    "remove-modules": "rimraf -r ./node_modules",
    "remove-package": "rimraf ./package-lock.json"
  },
  "author": "Software Colombia",
  "license": "ISC",
  "homepage": "https://ebiometricstest.software-colombia.com",
  "keywords": [
    "Biometrics",
    "Liveness",
    "Authentication"
  ],
  "devDependencies": {
    "ts-loader": "^9.4.2",
    "typescript": "^5.0.3",
    "webpack": "^5.77.0",
    "webpack-cli": "^5.0.1"
  }
}
