{
  "name": "@acrosure/js-sdk-example-node",
  "version": "1.0.0",
  "description": "A Node.js example for Acrosure JavaScript SDK.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@acrosure/js-sdk": "^1.0.6",
    "dotenv": "^6.1.0",
    "express": "^4.16.4"
  }
}
