UNPKG

kopitech-authentication-client

Version:
33 lines (32 loc) 749 B
{ "name": "kopitech-authentication-client", "version": "1.0.8", "description": "Kopitech Authentication Client Library", "main": "dist/index.js", "files": [ "/dist", "/README.md" ], "scripts": { "build": "rm -rf dist/ && cp -r src/ dist/", "test": "mocha \"./{,!(node_modules)/**/}*.test.js\" --require esm", "upload": "npm run build && npm publish" }, "dependencies": { "axios": "^0.19.2", "dotenv": "^8.2.0", "kopitech-logger": "^1.0.1" }, "keywords": [ "kopitech", "oauth", "auth", "authN" ], "author": "Yee Hui Poh <yhpoh91@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/yhpoh91/kopitech-authentication-client" } }