Sat Oct 27 2018
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
{
  "name": "save",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "start": "export GOOGLE_APPLICATION_CREDENTIALS=../../google-key.json; node index.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@google-cloud/datastore": "^2.0.0",
    "cors": "^2.8.4"
  },
  "devDependencies": {
    "express": "^4.16.4"
  }
}