{
  "version": "0.75.0",
  "name": "ekyc-sdk-arm",
  "umd:name": "Narucha Narin",
  "repository": "ekyc-liveness",
  "description": "Automated Recognition Module",
  "unpkg": "dist/index.min.js",
  "module": "dist/index.mjs",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "license": "MIT",
  "author": {
    "name": "Narucha Narin",
    "email": "narucha.nar@customix.co",
    "url": "https://customix.co"
  },
  "files": [
    "dist",
    "types"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "types": "tsc --noEmit",
    "test": "uvu -r tsm test"
  },
  "keywords": [
    "EKYC",
    "sdk",
    "liveness",
    "customix",
    "arm"
  ],
  "devDependencies": {
    "@rollup/plugin-node-resolve": "13.1.3",
    "rollup": "2.66.1",
    "rollup-plugin-terser": "7.0.2",
    "rollup-plugin-typescript2": "0.27.1",
    "tsm": "2.2.1",
    "typescript": "4.5.5",
    "uvu": "0.5.3"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "face-api.js": "^0.22.2"
  }
}
