{
  "name": "@smile_identity/smart-camera-web",
  "version": "1.5.0",
  "description": "WebComponent for smartly capturing images on the web, for use with SmileIdentity",
  "main": "smart-camera-web.js",
  "scripts": {
    "build": "npx nyc instrument --compact=false smart-camera-web.js cypress/pages/instrumented",
    "start": "npx serve -p 8000 cypress/pages",
    "lint": "eslint --ext .js *.js cypress/ --max-warnings=0",
    "test": "npx cypress run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smileidentity/smart-camera-web.git"
  },
  "keywords": [
    "WebComponent",
    "WebRTC"
  ],
  "files": [
    "smart-camera-web.js"
  ],
  "author": "SmileID <support@usesmileid.com> (https://usesmileid.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smileidentity/smart-camera-web/issues"
  },
  "homepage": "https://github.com/smileidentity/smart-camera-web#readme",
  "devDependencies": {
    "@cypress/code-coverage": "^3.12.46",
    "cypress": "^13.15.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-cypress": "^3.3.0",
    "eslint-plugin-import": "^2.29.1",
    "nyc": "17.0.0",
    "serve": "^14.2.3"
  }
}
