@nu-art/bug-report
Version:
60 lines (59 loc) • 1.42 kB
JSON
{
"name": "@nu-art/bug-report",
"version": "0.300.8",
"description": "Bug Report",
"keywords": [
"TacB0sS",
"express",
"infra",
"bug-report",
"nu-art",
"thunderstorm",
"typescript"
],
"homepage": "https://github.com/nu-art-js/bug-report",
"bugs": {
"url": "https://github.com/nu-art-js/bug-report/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nu-art-js/bug-report.git"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"license": "Apache-2.0",
"author": "TacB0sS",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@nu-art/ts-common": "~0.300.0",
"@nu-art/firebase": "~0.300.0",
"@nu-art/slack": "~0.300.0",
"@nu-art/thunderstorm": "~0.300.0",
"@nu-art/user-account": "~0.300.0",
"@nu-art/jira": "~0.300.0",
"firebase": "^10.7.1",
"firebase-admin": "11.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.9.0",
"express": "^4.18.2",
"jszip": "^3.3.0",
"request": "^2.88.0",
"moment": "^2.29.4"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/file-saver": "^2.0.1",
"@types/history": "^4.7.2",
"@types/jszip": "^3.1.7",
"@types/react": "^18.0.29",
"@types/request": "^2.48.1",
"module-alias": "^2.2.0"
}
}