{
  "name": "test",
  "version": "1.0.0",
  "description": "test",
  "scripts": {
    "start": "node ./index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "faucet"
  ],
  "author": "Stefan Liu",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4"
  }
}
