{
  "name": "sticky-notes-server",
  "version": "1.1.2",
  "description": "",
  "type": "module",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc",
    "postbuild": "powershell Copy-Item -Path src/public -Destination build/ -Recurse -Force",
    "start": "node build/index.js",
    "dev": "tsc-watch --onSuccess \"node build/index.js\"",
    "test": "echo \"Error: no test specified\" && exit 1",
    "migrate": "npm run build && node build/migrations/run-migrations.js",
    "migrate:dry": "npm run build && node build/migrations/run-migrations.js --dry-run"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.4.1",
    "@types/better-sqlite3": "^7.6.12",
    "@types/dompurify": "^3.2.0",
    "@types/express": "^5.0.0",
    "@types/markdown-it": "^14.1.2",
    "@types/marked": "4.3.0",
    "@types/node": "^22.13.1",
    "@types/ws": "^8.5.14",
    "better-sqlite3": "^11.8.1",
    "dompurify": "^3.2.4",
    "express": "^4.21.2",
    "highlight.js": "^11.11.1",
    "jsdom": "^26.0.0",
    "markdown-it": "^14.1.0",
    "markdown-it-anchor": "^9.2.0",
    "markdown-it-table-of-contents": "^0.9.0",
    "marked": "4.3.0",
    "tsc-watch": "^6.2.1",
    "typescript": "^5.7.3",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/jsdom": "^21.1.7"
  }
}