{
  "name": "credit-card-reader",
  "version": "0.0.2",
  "description": "Easy reading on credit cards over PC/SC or NFC with Node.js",
  "author": "Gueorgui AGAPOV",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/7s4r/credit-card-reader.git"
  },
  "bugs": {
    "url": "https://github.com/7s4r/credit-card-reader/issues"
  },
  "homepage": "https://github.com/7s4r/credit-card-reader#readme",
  "keywords": [
    "smartcard",
    "creditcard",
    "pcsc",
    "emv",
    "apdu",
    "aid",
    "atr",
    "nfc",
    "chip",
    "iso7816"
  ],
  "type": "module",
  "engines": {
    "node": ">=12.0.0"
  },
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint src"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "credit-card-type": "^9.1.0",
    "dotenv": "^8.2.0",
    "fast-luhn": "^2.0.0",
    "hackrf.js": "^1.0.0-rc1",
    "nfc-pcsc": "^0.8.0",
    "node-fetch": "^2.6.1",
    "node-tlv": "^1.5.14",
    "pcsclite": "^1.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "eslint": "^7.0.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0"
  }
}
