-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 911 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
31
32
33
34
35
36
37
{
"name": "oss-maintainer-workflows",
"version": "0.1.6",
"description": "Reusable maintainer operations kit for small public OSS repositories.",
"type": "module",
"private": false,
"homepage": "https://github.com/junjapp/oss-maintainer-workflows#readme",
"repository": {
"type": "git",
"url": "https://github.com/junjapp/oss-maintainer-workflows.git"
},
"scripts": {
"test": "node --test",
"validate:repo": "node scripts/validate-repo.mjs"
},
"engines": {
"node": ">=22"
},
"keywords": [
"open-source",
"maintainer",
"github-actions",
"workflow-template",
"issue-templates",
"repository-governance",
"oss-maintenance",
"repository-template",
"github-template",
"pull-request-template",
"release-checklist",
"maintainer-toolkit",
"codeowners",
"contributor-guidelines",
"devops"
],
"license": "MIT"
}