bhutan-ndi
Version:
A package to simplify Bhutan NDI integration
33 lines (32 loc) • 671 B
JSON
{
"name": "bhutan-ndi",
"version": "1.0.7",
"description": "A package to simplify Bhutan NDI integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build"
},
"keywords": [
"bhutan",
"ndi",
"proof",
"verifiable credentials"
],
"author": "romtech.bt",
"license": "MIT",
"dependencies": {
"axios": "^1.6.2",
"canvas": "^3.1.1",
"dotenv": "^16.3.1",
"nats": "^2.16.0",
"qrcode": "^1.5.3"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/qrcode": "^1.5.2",
"@types/yauzl": "^2.10.3",
"typescript": "^5.3.2"
}
}