UNPKG

@okta-dfuhriman/okta-auth-js

Version:
21 lines (20 loc) 382 B
{ "name": "{{ name }}", "private": true, "version": "1.0.0", "main": "index.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { {{#if oidc}} "btoa": "^1.2.1", {{/if}} "express": "^4.17.1", {{#if oidc}} "uuid": "^8.3.0", {{/if}} "@okta/okta-auth-js": "*" } }