gh-wrapper
Version:
A GitHub REST API wrapper to make work of developers easy
37 lines • 915 B
JSON
{
"name": "gh-wrapper",
"version": "2.0.0",
"description": "A GitHub REST API wrapper to make work of developers easy",
"main": "index.js",
"scripts": {
"test": "node .\\test\\index.test.js",
"prePublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/himanshu-1608/gh-wrapper.js.git"
},
"keywords": [
"github",
"github-wrapper",
"octocat",
"wrapper",
"github",
"rest",
"api",
"GitHub",
"REST",
"API",
"automation"
],
"author": "Himanshu Yadav",
"license": "MIT",
"bugs": {
"url": "https://github.com/himanshu-1608/gh-wrapper.js/issues"
},
"homepage": "https://github.com/himanshu-1608/gh-wrapper.js#readme",
"dependencies": {
"dotenv": "^8.2.0",
"node-fetch": "^2.6.1"
}
}