-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 941 Bytes
/
package.json
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
{
"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 <[email protected]>",
"bugs": {
"url": "https://github.com/sws2apps/firebase-deployment/issues",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sws2apps/firebase-deployment.git"
},
"scripts": {
"build": "ncc build src/index.js --license licenses.txt"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@vercel/ncc": "^0.38.3"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1"
}
}