@intuitionrobotics/thunderstorm
Version:
119 lines • 2.93 kB
JSON
{
"name": "@intuitionrobotics/thunderstorm",
"version": "2.0.3",
"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",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"dependencies": {
"@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",
"@intuitionrobotics/firebase": "2.0.3",
"@intuitionrobotics/ts-common": "2.0.3"
},
"peerDependencies": {
"@types/react": "^18.0.0"
},
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.2",
"@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",
"typescript": "^5.3.0",
"@intuitionrobotics/testelot": "2.0.3"
},
"typesVersions": {
"*": {
"backend": [
"dist/backend"
],
"frontend": [
"dist/frontend"
],
"backend-test": [
"dist/backend-test"
],
"app-backend/*": [
"dist/app-backend/*"
],
"app-frontend/*": [
"dist/app-frontend/*"
],
"shared/*": [
"dist/shared/*"
]
}
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./frontend": {
"types": "./dist/frontend.d.ts",
"default": "./dist/frontend.js"
},
"./backend": {
"types": "./dist/backend.d.ts",
"default": "./dist/backend.js"
},
"./backend-test": {
"types": "./dist/backend-test.d.ts",
"default": "./dist/backend-test.js"
},
"./app-frontend/*": {
"types": "./dist/app-frontend/*.d.ts",
"default": "./dist/app-frontend/*.js"
},
"./app-backend/*": {
"types": "./dist/app-backend/*.d.ts",
"default": "./dist/app-backend/*.js"
},
"./shared/*": {
"types": "./dist/shared/*.d.ts",
"default": "./dist/shared/*.js"
}
},
"scripts": {
"build": "tsc -b src/main/tsconfig.json",
"lint": "eslint src/main --cache --cache-location ../node_modules/.cache/eslint/thunderstorm"
}
}