package.json 668 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "marketing-html5",
  3. "version": "0.0.1",
  4. "description": "HTML5 Service Invocation Application",
  5. "main": "app.js",
  6. "type": "module",
  7. "scripts": {
  8. "start": "node app.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/keycloak/keycloak-quickstarts.git"
  13. },
  14. "keywords": [
  15. "keyclock",
  16. "node.js",
  17. "express"
  18. ],
  19. "author": "Red Hat Inc.",
  20. "license": "Apache-2.0",
  21. "bugs": {
  22. "url": "https://github.com/keycloak/keycloak-quickstarts/issues"
  23. },
  24. "homepage": "https://github.com/keycloak/keycloak-quickstarts#readme",
  25. "dependencies": {
  26. "express": "^4.17.2",
  27. "jwt-decode": "^3.1.2"
  28. }
  29. }