card-reader
Version:
>## DEPRECATED - Please use [smartcard](https://github.com/tomkp/smartcard) instead....
41 lines (40 loc) • 934 B
JSON
{
"name": "card-reader",
"version": "1.0.5",
"author": "tomkp <tom@tomkp.com>",
"keywords": [
"pcsc",
"smartcard",
"smart-card",
"iso7816",
"iso-7816",
"emv",
"es6"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tomkp/card-reader.git"
},
"bugs": {
"url": "https://github.com/tomkp/card-reader/issues"
},
"homepage": "https://github.com/tomkp/card-reader",
"main": "lib/card-reader.js",
"scripts": {
"compile": "babel -d lib/ src/",
"compile:watch": "babel -w -d lib/ src/",
"prepublish": "npm run compile",
"release:patch": "npm run compile && npm version patch && git push && npm publish"
},
"dependencies": {
"core-js": "^3.8.3",
"hexify": "^1.0.4",
"pcsclite": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16"
}
}