-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 796 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
{
"name": "SubmitNVDAAddon",
"description": "Submit NVDA addon to addon store automatically.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Beka Gozalishvili <[email protected]>",
"homepage": "https://github.com/nvdaes/submitNVDAAddon#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nvdaes/submitNVDAAddon.git"
},
"bugs": {
"url": "https://github.com/nvdaes/submitNVDAAddon/issues"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}