UNPKG

@acalcutt/node-pre-gyp-github

Version:

A node-pre-gyp module which provides the ability to publish to GitHub releases.

53 lines (52 loc) 1.33 kB
{ "name": "@acalcutt/node-pre-gyp-github", "version": "2.0.1", "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", "type": "module", "scripts": { "test": "c8 --reporter=lcov --reporter=text mocha", "coverage": "c8 --reporter=text-lcov mocha | coveralls", "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then npm publish && git push --follow-tags; fi" }, "repository": { "type": "git", "url": "git+https://github.com/acalcutt/node-pre-gyp-github.git" }, "files": [ "bin", "index.js" ], "keywords": [ "node-pre-gyp", "binary", "bindings", "c++", "c", "native", "addon", "module", "github", "releases" ], "dependencies": { "@octokit/rest": "21.1.1", "commander": "13.1.0", "semver": "^7.6.3" }, "devDependencies": { "c8": "^10.1.3", "chai": "5.2.0", "chai-as-promised": "8.0.1", "coveralls-next": "^4.2.1", "mocha": "11.1.0", "sinon": "20.0.0" }, "author": "Bill Christo", "license": "MIT", "bugs": { "url": "https://github.com/acalcutt/node-pre-gyp-github/issues" }, "homepage": "https://github.com/acalcutt/node-pre-gyp-github#readme" }