-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 998 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "firebase-deployment",
"description": "A GitHub Action to deploy firebase hosting and functions together.",
"version": "3.7.0",
"private": true,
"type": "module",
"homepage": "https://github.com/sws2apps/firebase-deployment#readme",
"author": "Scheduling Workbox System <sws2apps.notification@gmail.com>",
"bugs": {
"url": "https://github.com/sws2apps/firebase-deployment/issues",
"email": "sws2apps.notification@gmail.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/firebase-deployment.git"
},
"scripts": {
"build": "ncc build src/index.ts --license licenses.txt"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@types/node": "^25.5.0",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.9.3"
},
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/exec": "^3.0.0"
}
}