@oddomir87/smartcard
Version:
Forked tomkp/smartcard library to increase length of APDU responses
40 lines (39 loc) • 990 B
JSON
{
"name": "@oddomir87/smartcard",
"version": "1.0.6",
"author": "codeus",
"keywords": [
"pcsc",
"smartcard",
"smart-card",
"iso7816",
"iso-7816",
"emv",
"es6"
],
"license": "MIT",
"description": "Forked tomkp/smartcard library to increase length of APDU responses",
"repository": {
"type": "git",
"url": "https://github.com/milosodalovic/smartcard.git"
},
"main": "lib/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
"compile:watch": "babel -w -d lib/ src/",
"release:patch": "npm run compile && npm version patch && git push && npm publish",
"prettier": "prettier --write \"{src,demo}/**/*.{js,ts}\"",
"test": "echo \"No test specified\""
},
"dependencies": {
"@pokusew/pcsclite": "^0.6.0",
"hexify": "^1.0.4",
"pino": "^6.11.1"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"prettier": "^2.2.1"
}
}