{
  "name": "volp",
  "version": "1.0.0",
  "description": "Open Travel Mapper",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "repository": {
    "type": "git",
    "url": "git@git.helcel.net:sora/otm.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "latest",
    "fastify": "latest",
    "fastify-leveldb": "latest",
    "fastify-static": "latest",
    "mkdirp": "latest",
    "node-sass": "latest"
  }
}