@nu-art/storm
Version:
Storm - Express & Typescript based backend framework
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "@nu-art/storm",
"version": "0.200.130",
"description": "Storm - Express & Typescript based backend framework",
"keywords": [
"TacB0sS",
"infra",
"nu-art",
"storm",
"thunderstorm",
"typescript"
],
"homepage": "https://github.com/nu-art-js/storm",
"bugs": {
"url": "https://github.com/nu-art-js/storm/issues"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nu-art-js/storm.git"
},
"license": "Apache-2.0",
"author": "TacB0sS",
"main": "index.js",
"types": "index.d.ts",
"files": [
"**/*"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"@nu-art/ts-common": "0.200.130",
"@nu-art/thunderstorm": "0.200.130",
"@slack/web-api": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"@google-cloud/common": "^3.0.0",
"@google-cloud/storage": "^5.0.0",
"@slack/events-api": "^2.3.0",
"firebase": "~9.16.0",
"firebase-admin": "latest",
"firebase-functions": "latest",
"fs": "0.0.1-security",
"google-auth-library": "^6.0.6",
"moment": "^2.24.0",
"request": "^2.88.0"
}
}