-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"name": "github-actions",
"version": "5.5.10",
"description": "testing github actions",
"main": "index.js",
"scripts": {
"docs": "typedoc",
"release": "oneblink-release repository --increment=patch --no-name",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mymattcarroll/github-actions.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mymattcarroll/github-actions/issues"
},
"homepage": "https://github.com/mymattcarroll/github-actions#readme",
"devDependencies": {
"@oneblink/release-cli": "^4.0.0",
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0"
},
"dependencies": {
"typedoc": "^0.28.16"
}
}