{
  "name": "@joplin/server",
  "version": "3.5.2",
  "private": true,
  "scripts": {
    "start-dev": "yarn build && JOPLIN_IS_TESTING=1 nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
    "start-prod": "pm2 kill && pm2 start --no-daemon --exp-backoff-restart-delay=1000 dist/app.js",
    "rebuild": "yarn clean && yarn build && yarn tsc",
    "build": "gulp build",
    "devCreateDb": "node dist/app.js --env dev --create-db",
    "devDropTables": "node dist/app.js --env dev --drop-tables",
    "devDropDb": "node dist/app.js --env dev --drop-db",
    "start": "node dist/app.js",
    "generateTypes": "rm -f db-buildTypes.sqlite && yarn start --env buildTypes migrate latest && node dist/tools/generateTypes.js && mv db-buildTypes.sqlite schema.sqlite",
    "tsc": "tsc --project tsconfig.json",
    "test": "jest --verbose=false",
    "test-ci": "yarn test",
    "test-debug": "node --inspect node_modules/.bin/jest -- --verbose=false",
    "clean": "gulp clean",
    "populateDatabase": "JOPLIN_TESTS_SERVER_DB=pg node dist/utils/testing/populateDatabase",
    "stripeListen": "stripe listen --forward-to http://joplincloud.local:22300/stripe/webhook",
    "watch": "tsc --watch --preserveWatchOutput --project tsconfig.json"
  },
  "dependencies": {
    "@authenio/samlify-xmllint-wasm": "1.0.1",
    "@aws-sdk/client-s3": "3.928.0",
    "@fortawesome/fontawesome-free": "5.15.4",
    "@joplin/lib": "~3.5",
    "@joplin/renderer": "~3.5",
    "@joplin/utils": "~3.5",
    "@koa/cors": "3.4.3",
    "@types/uuid": "10.0.0",
    "bcryptjs": "2.4.3",
    "bulma": "1.0.4",
    "compare-versions": "6.1.1",
    "dayjs": "1.11.18",
    "formidable": "2.1.2",
    "fs-extra": "11.3.2",
    "html-entities": "1.4.0",
    "jquery": "3.7.1",
    "knex": "3.1.0",
    "koa": "2.16.3",
    "ldapts": "8.0.9",
    "markdown-it": "13.0.2",
    "mustache": "4.2.0",
    "node-cron": "3.0.3",
    "node-os-utils": "1.3.7",
    "nodemailer": "6.10.1",
    "nodemon": "3.1.10",
    "pg": "8.16.3",
    "pretty-bytes": "5.6.0",
    "prettycron": "0.10.0",
    "query-string": "7.1.3",
    "rate-limiter-flexible": "7.2.0",
    "raw-body": "3.0.1",
    "samlify": "2.10.1",
    "sqlite3": "5.1.6",
    "stripe": "8.222.0",
    "uuid": "11.1.0",
    "yargs": "17.7.2",
    "zxcvbn": "4.4.2"
  },
  "devDependencies": {
    "@joplin/tools": "~3.5",
    "@rmp135/sql-ts": "1.18.1",
    "@types/bcryptjs": "2.4.6",
    "@types/formidable": "2.0.6",
    "@types/fs-extra": "11.0.4",
    "@types/jest": "29.5.14",
    "@types/jest-expect-message": "1.1.0",
    "@types/jsdom": "21.1.7",
    "@types/koa": "2.15.0",
    "@types/markdown-it": "13.0.9",
    "@types/mustache": "4.2.6",
    "@types/node": "18.19.130",
    "@types/node-os-utils": "1.3.4",
    "@types/nodemailer": "6.4.20",
    "@types/yargs": "17.0.33",
    "@types/zxcvbn": "4.4.5",
    "gulp": "4.0.2",
    "jest": "29.7.0",
    "jest-expect-message": "1.1.3",
    "jsdom": "26.1.0",
    "node-mocks-http": "1.17.2",
    "source-map-support": "0.5.21",
    "typescript": "5.8.3"
  }
}
