-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 921 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
32
33
34
35
{
"name": "firefox-updates-json",
"version": "1.0.0",
"description": "A GitHub Action to create and handle a self hosted signed firefox extension updates",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"build": "ncc build index.js --license licenses.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imigueldiaz/firefox-updates-json.git"
},
"keywords": [
"firefox",
"firefox-extension",
"github",
"github-action"
],
"author": "Ignacio de Miguel Díaz",
"email": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/imigueldiaz/firefox-updates-json/issues"
},
"homepage": "https://github.com/imigueldiaz/firefox-updates-json#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
"jest": "^29.7.0"
}
}