{
  "name": "lmr-api-spec",
  "version": "1.39.1-rc.11",
  "description": "A Cross-team repository to maintain API Specifications for Link My Ride mobile app.",
  "main": "dist/src/index.js",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "build": "tsc --build",
    "lint": "eslint .  --quiet",
    "lint:fix": "eslint . --fix --quiet && prettier --write --ignore-unknown .",
    "test": "jest --verbose  --runInBand",
    "test:staging": "export TEST_ENV=staging && jest --verbose --runInBand",
    "test:production": "export TEST_ENV=production && jest --verbose  --runInBand",
    "test:watch": "jest --watch",
    "typecheck": "tsc --noEmit",
    "prepare": "husky install",
    "send-notification": "GOOGLE_APPLICATION_CREDENTIALS=./scripts/keys/link-my-ride-8063e-firebase-adminsdk-v2knp-7e348e9853.json npx ts-node ./scripts/send-notification.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/automationsquared/link-my-ride/link-my-ride-api.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/automationsquared/link-my-ride/link-my-ride-api/issues"
  },
  "homepage": "https://gitlab.com/automationsquared/link-my-ride/link-my-ride-api#readme",
  "devDependencies": {
    "@googlemaps/polyline-codec": "^1.0.28",
    "@turf/helpers": "^6.5.0",
    "@types/geojson": "^7946.0.8",
    "@types/jest": "^27.4.1",
    "@types/js-yaml": "^4.0.5",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "axios": "0.21.1",
    "date-fns": "^2.28.0",
    "dotenv": "^16.0.1",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.1.4",
    "firebase-admin": "^11.0.0",
    "form-data": "^4.0.0",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "js-yaml": "^4.1.0",
    "lint-staged": "^12.4.0",
    "msw": "^0.27.1",
    "openapi-schema-validator": "^11.0.0",
    "openapi-types": "^11.0.0",
    "openapi-validator": "^0.14.2",
    "prettier": "2.6.2",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.9.1",
    "typescript": "^4.6.3"
  },
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown"
  }
}
