{
  "name": "{{name}}",
  "description": "A Titan Planet server",
  "type": "module",
  "titan": {
    "template": "js"
  },
  "dependencies": {
    "@titanpl/cli": "7.0.1",
    "@titanpl/route": "7.0.1",
    "@titanpl/native": "7.0.1",
    "@titanpl/core": "7.0.0",
    "@titanpl/node": "latest",
    "@titanpl/packet": "7.0.1"
  },
  "optionalDependencies": {
    "@titanpl/engine-linux-x64": "7.0.1",
    "@titanpl/engine-win32-x64": "7.0.1"
  },
  "scripts": {
    "build": "titan build",
    "dev": "titan dev",
    "start": "titan start",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "devDependencies": {
    "eslint": "^9.39.2",
    "eslint-plugin-titanpl": "latest"
  },
  "version": "7.0.1"
}
