-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 927 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
{
"name": "cleanup-xvfb",
"version": "1.0.9",
"description": "A github action to cleanup xvfb pids",
"main": "index.js",
"scripts": {
"test": "standard .",
"release": "git push --follow-tags && gh-release -y",
"version": "auto-changelog -p --template keepachangelog auto-changelog --breaking-pattern 'BREAKING CHANGE:' && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcomnes/cleanup-xvfb.git"
},
"keywords": [
"github",
"actions",
"xvfb"
],
"author": "Bret Comnes <[email protected]> (https://bret.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bcomnes/cleanup-xvfb/issues"
},
"homepage": "https://github.com/bcomnes/cleanup-xvfb#readme",
"devDependencies": {
"nanochrome": "^0.1.0",
"standard": "^17.0.0",
"auto-changelog": "^2.2.1",
"gh-release": "^7.0.0",
"tape": "^5.2.2"
}
}