{
  "name": "@speedcubing/cola",
  "version": "0.2.2",
  "description": "Speedcubing Online's server.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trimorphdev/sco.git"
  },
  "author": "Zack Pace",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trimorphdev/sco/issues"
  },
  "homepage": "https://github.com/trimorphdev/sco#readme",
  "devDependencies": {
    "@types/bcrypt": "^5.0.0",
    "@types/cors": "^2.8.10",
    "@types/dotenv": "^8.2.0",
    "@types/express-session": "^1.17.3",
    "@types/jsonwebtoken": "^8.5.1",
    "@types/node": "^15.3.0",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@speedcubing/cookie": "0.0.100",
    "bcrypt": "^5.0.1",
    "cors": "^2.8.5",
    "dotenv": "^9.0.2",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "jsonwebtoken": "^8.5.1",
    "mongoose": "^5.12.9",
    "uuid": "^8.3.2"
  }
}
