{
  "name": "@weekendgoals/weekendgoals-common",
  "version": "1.2427.33216300398",
  "description": "Weekend Goals Common",
  "private": false,
  "files": [
    "dist",
    "readme.md"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint . --ext .js,.ts",
    "lint:fix": "eslint . --ext .js,.ts --fix",
    "test": "jest"
  },
  "author": "Leon Gordin",
  "license": "ISC",
  "dependencies": {
    "@weekendgoals/weekendgoals-types": "^1.0.0",
    "axios": "^1.9.0",
    "mongoose": "^8.20.1",
    "string-similarity-js": "^2.1.4"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/node": "^24.10.1",
    "@typescript-eslint/eslint-plugin": "^8.22.0",
    "@typescript-eslint/parser": "^8.22.0",
    "eslint": "^9.19.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.3",
    "jest": "^29.4.3",
    "prettier": "^3.2.4",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.7.3"
  }
}
