andreujuanc/CherryDb

View on GitHub
server/package.json

Summary

Maintainability
Test Coverage
{
  "name": "server",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "node ./src/index",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "body-parser": "^1.18.3",
    "polka": "^0.4.0"
  }
}