{
  "name": "@datachecker/autocapture",
  "version": "v7.0.0",
  "description": "This project contains Datachecker's AutoCapture tool, that captures images of identity documents (ID/Passport/Driver license). The tool only takes a capture once a document is detected and it passes the quality control.",
  "main": "dist/autocapture.obf.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "build": "webpack",
    "build:dev": "webpack --config webpack.dev.js",
    "start-server": "http-server -p 3000",
    "cypress:open": "cypress open --project tests/integration",
    "cypress:run": "cypress run --project tests/integration",
    "test:e2e": "npm run start-server & npm run cypress:run",
    "test:e2e:open": "npm run start-server & npm run cypress:open",
    "test:smoke": "cypress run --project tests/integration --spec 'tests/integration/cypress/e2e/smoke.cy.js'",
    "test": "jest --coverage --config=tests/unit/jest.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/datacheckerbv/AutoCapture.git"
  },
  "author": "Fabian Afatsawo",
  "license": "SEE LICENSE IN LICENSE.md",
  "bugs": {
    "url": "https://github.com/datacheckerbv/AutoCapture/issues"
  },
  "homepage": "https://github.com/datacheckerbv/AutoCapture#readme",
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "arraybuffer-loader": "^1.0.8",
    "babel-jest": "^29.7.0",
    "brotli-webpack-plugin": "^1.1.0",
    "compression-webpack-plugin": "^11.1.0",
    "copy-webpack-plugin": "^12.0.2",
    "crypto-js": "^4.2.0",
    "css-loader": "^6.9.1",
    "cypress": "^13.17.0",
    "file-loader": "^6.2.0",
    "http-server": "^14.1.1",
    "javascript-obfuscator": "^4.1.0",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "style-loader": "^3.3.4",
    "url-loader": "^4.1.1",
    "wasm-feature-detect": "^1.6.1",
    "webpack-cli": "^5.1.4",
    "webpack-obfuscator": "^3.5.1",
    "webpack-shell-plugin-next": "^2.3.1"
  },
  "files": [
    "dist/",
    "docs/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ]
}
