Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Jan 24, 2024
1 parent ff8bd4d commit b9718c3
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "functions",
"description": "Cloud Functions for Firebase",
"scripts": {
"lint": "eslint .",
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "18"
},
"main": "index.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@google-cloud/logging": "^11.0.0",
"@google-cloud/storage": "^7.7.0",
"@google-cloud/video-transcoder": "^3.0.2",
"convict": "^6.2.4",
"dotenv": "^16.3.1",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.5.0",
"fluent-ffmpeg": "^2.1.2",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"ava": "^6.0.1",
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-promise": "^6.1.1",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"rewire": "^7.0.0",
"sinon": "^17.0.1"
},
"private": true
}

0 comments on commit b9718c3

Please sign in to comment.