tanzania-nida-lookup
Version:
Node.js library for retrieving user information from Tanzania's National Identification Authority (NIDA)
37 lines (36 loc) • 818 B
JSON
{
"name": "tanzania-nida-lookup",
"version": "1.1.1",
"description": "Node.js library for retrieving user information from Tanzania's National Identification Authority (NIDA)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm run build"
},
"keywords": [
"tanzania",
"nida",
"identification",
"user-lookup"
],
"author": "James Mbogo",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^18.7.3",
"@types/sharp": "^0.31.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"typescript": "^4.7.4"
},
"engines": {
"node": ">=14.0.0"
}
}