{
  "name": "@rocket.chat/rest-typings",
  "version": "8.5.0",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "dev": "tsc --watch --preserveWatchOutput",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@rocket.chat/core-typings": "^8.5.0",
    "@rocket.chat/message-parser": "^0.31.36",
    "@rocket.chat/ui-kit": "~1.1.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1"
  },
  "devDependencies": {
    "@rocket.chat/apps-engine": "^1.63.0",
    "@types/jest": "~30.0.0",
    "eslint": "~9.39.4",
    "mongodb": "6.16.0",
    "typescript": "~5.9.3"
  },
  "volta": {
    "extends": "../../package.json"
  }
}
