@nkhind/vivawallet-sdk
Version:
Non-Official VivaWallet API SDK
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@nkhind/vivawallet-sdk",
"version": "2.1.3",
"description": "Non-Official VivaWallet API SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"dev": "tsc && npm run start",
"test": "echo \"Error: no test specified\" && exit 1",
"commit": "git add . && git commit -m",
"commit:s": "git add . && git commit -S -m"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Naaikho/vivawallet.git"
},
"keywords": [
"vivawallet",
"api",
"sdk",
"viva"
],
"author": "Naikho",
"license": "ISC",
"bugs": {
"url": "https://github.com/Naaikho/vivawallet-sdk/issues"
},
"homepage": "https://github.com/Naaikho/vivawallet-sdk#readme",
"devDependencies": {
"@types/node": "^20.11.24",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.9",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.8.4",
"uuid": "^9.0.1",
"validator": "^13.11.0"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
]
}