@mathquis/node-pre-gyp-github
Version:
A node-pre-gyp module which provides the ability to publish to GitHub releases.
40 lines (39 loc) • 1 kB
JSON
{
"name": "@mathquis/node-pre-gyp-github",
"version": "1.0.2",
"description": "A node-pre-gyp module which provides the ability to publish to GitHub releases.",
"bin": "./bin/node-pre-gyp-github.js",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathquis/node-pre-gyp-github.git"
},
"keywords": [
"node-pre-gyp",
"binary",
"bindings",
"c++",
"c",
"native",
"addon",
"module",
"github",
"releases"
],
"dependencies": {
"@octokit/rest": "^18.1.1",
"commander": "^7.1.0",
"mime-types": "^2.1.28"
},
"devDependencies": {},
"author": "Mathieu \"Fastjack\" Quisefit",
"license": "MIT",
"bugs": {
"url": "https://github.com/mathquis/node-pre-gyp-github/issues"
},
"homepage": "https://github.com/mathquis/node-pre-gyp-github#readme"
}