{
  "name": "@intuitionrobotics/thunderstorm",
  "version": "0.47.44",
  "description": "Thunderstorm",
  "keywords": [
    "IR",
    "express",
    "infra",
    "thunderstorm",
    "typescript"
  ],
  "homepage": "https://github.com/intuition-robotics/thunderstorm",
  "bugs": {
    "url": "https://github.com/intuition-robotics/thunderstorm/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:intuition-robotics/thunderstorm.git"
  },
  "license": "Apache-2.0",
  "author": "IR",
  "main": "./index.js",
  "types": "./index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p src/main/tsconfig.json --rootDir ./src/main --outDir dist",
    "lint": "tslint -p src/main/tsconfig.json"
  },
  "dependencies": {
    "@intuitionrobotics/firebase": "~0.47.0",
    "@intuitionrobotics/ts-common": "~0.47.0",
    "@slack/web-api": "^5.1.0",
    "axios": "^1.4.0",
    "body-parser": "^1.19.0",
    "buffer": "^6.0.3",
    "compression": "^1.7.4",
    "cors": "^2.8.5",
    "csstype": "3.1.2",
    "express": "^4.16.4",
    "history": "^4.9.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^5.1.2",
    "react-select": "^5.0.0"
  },
  "devDependencies": {
    "@intuitionrobotics/testelot": "~0.47.0",
    "@types/compression": "^1.7.0",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.16.1",
    "@types/history": "^4.7.2",
    "@types/node": "^20.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/react-router": "^5.1.4",
    "@types/react-router-dom": "^5.1.3",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "typescript": "^5.3.0"
  }
}
