UNPKG

fayda-auth

Version:

A library for interacting with the Fayda authentication service.

27 lines (26 loc) 572 B
{ "name": "fayda-auth", "version": "1.0.5", "description": "A library for interacting with the Fayda authentication service.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "fayda", "authentication", "ethiopia" ], "author": "", "license": "ISC", "devDependencies": { "@types/readline-sync": "^1.4.8", "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.4.0", "readline-sync": "^1.4.10" } }