{
  "name": "@agoransson/klarna-payments-example",
  "version": "1.0.0",
  "description": "Just an example app",
  "main": "index.js",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.19.0",
    "express": "^4.17.1"
  },
  "scripts": {
    "start": "node index.js"
  }
}
