-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.09 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.09 KB
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
{
"name": "community-health-files",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test-local": "chmod +x index.js",
"npm-login": "npm login",
"npm-publish": "npm publish"
},
"keywords": [
"npx community-health-files",
"community-health-files",
"github community-health-files",
"community health files",
"open source community health files",
"github community health files",
"open source projects management",
"community profiles",
"default community health file",
"open source guides",
"gitHub support package",
"package for moderating your community",
"community management and moderation",
"npm i community-health-files"
],
"author": "Priyanka Sharma <https://lassiecoder.github.io/portfolio>",
"license": "MIT",
"description": "This package is designed to offer a streamlined and efficient workflow for managing community health files, such as contributing guidelines, security policies, and codes of conduct, in a structured and easily accessible manner.",
"bin": {
"community-health-files": "./index.js"
}
}