{
  "name": "use-scan-detection",
  "version": "0.2.3",
  "description": "A react hook for detecting barcode scanner input.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "jest"
  },
  "keywords": [
    "barcode",
    "upc",
    "ean",
    "scan"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/markjaniczak/use-scan-detection"
  },
  "author": {
    "email": "mark@janiczak.me",
    "name": "Mark Janiczak",
    "url": "https://mark.janiczak.me"
  },
  "license": "MIT",
  "peerDependencies": {
    "react": "^16.11.0"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "^3.1.1",
    "@types/jest": "^24.0.20",
    "@types/react": "^16.9.11",
    "jest": "^24.9.0",
    "react": "^16.11.0",
    "react-test-renderer": "^16.11.0",
    "ts-jest": "^24.1.0",
    "typescript": "^3.6.4"
  }
}
