@bogdan-nita/netopia-card
Version:
Improved Netopia card gateway library
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@bogdan-nita/netopia-card",
"version": "1.1.31",
"types": "index.d.ts",
"description": "Improved Netopia card gateway library",
"main": "index.js",
"files": [
"functions",
"index.js",
"index.d.ts"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "npm version patch --force && npm publish"
},
"keywords": [
"netopia",
"mobilpay",
"card"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chesscoders/netopia-card.git"
},
"author": "Mihai-Nicolae Dulgheru <mihai.dulgheru18@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/chesscoders/netopia-card#readme",
"dependencies": {
"change-case": "^4.1.2",
"dotenv": "^16.0.3",
"fold-to-ascii": "^5.0.1",
"node-forge": "^1.3.1",
"node-rsa": "^1.1.1",
"utf8": "^3.0.0",
"xml2js": "^0.5.0"
},
"devDependencies": {
"@types/node-forge": "^1.3.11",
"@types/node-rsa": "^1.1.4",
"eslint": "^8.26.0",
"prettier": "^2.7.1"
}
}