generated from darsan-in/Template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1020 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
{
"name": "github-admin",
"repository": "https://github.com/darsan-in/Github-Admin.git",
"author": "PRIYADARSAN S <[email protected]>",
"devDependencies": {
"@octokit/rest": "^21.0.1",
"libsodium-wrappers": "^0.7.14"
},
"dependencies": {
"marked": "^14.0.0",
"node-html-parser": "^6.1.13"
},
"homepage": "",
"description": "Github-Admin is a streamlined collection of boilerplate code designed for performing CRUD operations on GitHub repositories. Utilizing the power of the @octokit/rest library, it simplifies tasks like creating, updating, and deleting repositories through the GitHub REST API, making repository management more efficient for developers.",
"keywords": [
"github",
"repository management",
"crud operations",
"octokit",
"rest api",
"github api",
"ci/cd pipelines",
"github actions",
"automated workflows",
"team management",
"access control",
"permissions",
"github repositories",
"github rest api"
]
}