mirror of
https://github.com/tappollo/booster.git
synced 2026-06-16 16:35:37 +08:00
* fix: test * chore: wip add chat * chore: add basic chat * chore: update lock files * chore: add android signing * chore: only sign release build * chore: fix react-native-progress-display * fix: only support 21 and up * chore: update fix on react-native-progress-display * chore: add database * fix: build * chore: attemp on fix google sign in * fix: google login * chore: add appcenter * feat: switch to appcenter * fix: typo * chore: add group
42 lines
1014 B
JSON
42 lines
1014 B
JSON
{
|
|
"name": "@mercy/functions",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"workspaces": {
|
|
"nohoist": []
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint --project tsconfig.json",
|
|
"build": "tsc",
|
|
"ci": "yarn lint && yarn build",
|
|
"serve": "yarn build && firebase serve --only functions",
|
|
"shell": "yarn build && firebase functions:shell"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^2.5.0",
|
|
"busboy": "^0.3.1",
|
|
"cookie-parser": "^1.4.4",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"firebase-admin": "^8.2.0",
|
|
"firebase-functions": "^3.0.1",
|
|
"image-size": "^0.7.4",
|
|
"pure-uuid": "^1.5.7",
|
|
"sharp": "^0.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/busboy": "^0.2.3",
|
|
"@types/cookie-parser": "^1.4.1",
|
|
"@types/cors": "^2.8.5",
|
|
"@types/image-size": "^0.7.0",
|
|
"@types/sharp": "^0.22.2",
|
|
"tslint": "^5.18.0",
|
|
"tslint-config-prettier": "^1.18.0",
|
|
"typescript": "3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": "10"
|
|
}
|
|
}
|