{
  "name": "webcam-easy-v2",
  "version": "3.0.2",
  "description": "HTML5 webcam streaming javascript library, with front and back camera switch, also have take photo function.",
  "main": "dist/webcam-easy.js",
  "typings": "dist/webcam-easy.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adapterdigital/webcam-easy-v2.git"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/adapterdigital/webcam-easy-v2",
  "keywords": [
    "webcam",
    "camera",
    "getusermedia",
    "streaming",
    "frontcamera",
    "backcamera"
  ],
  "author": "Adapter Digital",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adapterdigital/webcam-easy-v2/issues"
  },
  "devDependencies": {
    "@types/node": "^17.0.8",
    "ts-loader": "^4.4.1",
    "ts-node": "^7.0.0",
    "typescript": "^4.5.4"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pub": "npm version patch --force && npm publish",
    "release": "./script/release.sh",
    "git-push": "./script/push.sh",
    "win-release": "bash ./script/release.sh",
    "win-git-push": "bash ./script/push.sh",
    "build": "rm -rf dist/ && tsc",
    "buildtolab": "rm -rf dist/ && tsc && ./script/copydist.sh",
    "clean-git": "git rm -r --cached . && git add -A && echo 'done'"
  }
}
