@codianz/emv-tools
Version:
33 lines (32 loc) • 709 B
JSON
{
"name": "@codianz/emv-tools",
"version": "0.0.7",
"description": "EMV tools.",
"main": "./dist/src/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc",
"test": "tsc && node ./dist/test/test.js",
"deploy": "npm publish --access=public"
},
"keywords": [
"emv",
"apdu",
"r-apdu",
"Typescript"
],
"author": "Terukazu Inoue",
"license": "MIT",
"homepage": "https://github.com/CODIANZ/npm.emv-tools",
"typings": "./dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/CODIANZ/npm.emv-tools.git"
},
"devDependencies": {
"typescript": "^4.3.4"
},
"dependencies": {
"@codianz/singleton": "0.0.4"
}
}