-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@xkeshav/gh-repo-care",
"version": "2.2.8",
"private": false,
"displayName": "github-repo-care",
"description": "This is a npm CLI tool which help your GitHub repository to make it community supportive by adding necessary health files such as security,support,contribution and custom template for PR,issues and discussions.",
"publisher": "@xkeshav",
"homepage": "https://github.com/xkeshav/gh-repo-care/blob/main/README.md",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/xkeshav/gh-repo-care/issues",
"email": "xkeshav@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xkeshav/gh-repo-care.git"
},
"author": {
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com",
"url": "https://xkeshav.com"
},
"contributors": [
{
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com",
"url": "https://xkeshav.com"
}
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/xkeshav"
},
"keywords": [
"repo health check",
"community",
"health files",
"community health files",
"open source",
"gh-repo-care",
"npm cli",
"npx",
"GitHub Community Files",
"issues templates",
"discussion templates"
],
"bin": {
"gh-repo-care": "bin/health-check.js"
},
"files": [
"__templates/**",
"src/helpers/**"
],
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"check": "prettier --check .",
"test": "echo \"Error: no test specified\"",
"clean": "rimraf dist",
"version": "npm publish --access=public",
"nuke": "rm -rf node_modules && rm package-lock.json"
},
"timestamp": {
"createdOn": "Sep 29, 2024",
"updatedOn": "Oct 15, 2024"
},
"dependencies": {
"enquirer": "2.4.1",
"fs-extra": "11.2.0",
"path": "0.12.7",
"replace-in-file": "8.2.0"
},
"devDependencies": {
"prettier": "3.3.3",
"rimraf": "6.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"provenance": true
}
}