{
  "name": "starton",
  "version": "1.0.0",
  "description": "TON Start Management",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon app.js"
  },
  "author": "Heiki Savitsch",
  "license": "MIT",
  "dependencies": {
    "knex": "^0.20.7",
    "koa": "^2.11.0",
    "koa-bodyparser": "^4.2.1",
    "koa-logger": "^3.2.1",
    "koa-nunjucks-2": "^3.0.2",
    "koa-req-logger": "^1.5.3",
    "koa-router": "^7.4.0",
    "koa-sslify": "^4.0.3",
    "koa-static": "^5.0.0",
    "koa2-formidable": "^1.0.2",
    "koamethodoverride": "^1.0.1",
    "nodemon": "^2.0.2",
    "objection": "^2.1.2",
    "pg": "^7.17.1",
    "raw-body": "^2.4.1",
    "sqlite3": "^4.1.1"
  }
}
