UNPKG

@mmomtchev/node-pre-gyp-github

Version:

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

62 lines (61 loc) 1.64 kB
{ "name": "@mmomtchev/node-pre-gyp-github", "version": "2.0.6", "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": { "lint": "eslint index.js test/test.js bin/node-pre-gyp-github.js", "test": "nyc --reporter=lcov --reporter=text mocha", "codecov": "curl -s https://codecov.io/bash | bash", "preversion": "npm run test", "version": "git add package.json", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/mmomtchev/node-pre-gyp-github.git" }, "keywords": [ "node-pre-gyp", "binary", "bindings", "c++", "c", "native", "addon", "module", "github", "releases" ], "dependencies": { "@octokit/plugin-retry": "^3.0.9", "@octokit/rest": "^18.11.2", "commander": "^8.2.0" }, "devDependencies": { "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "eslint": "^7.32.0", "eslint-plugin-array-func": "^3.1.7", "eslint-plugin-mocha": "^9.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "mocha": "^9.1.2", "nyc": "^15.1.0", "prettier": "^2.4.1", "sinon": "^11.1.2" }, "contributors": [ "Bill Christo", { "name": "Momtchil Momtchev", "url": "https://github.com/mmomtchev", "email": "momtchil@momtchev.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/mmomtchev/node-pre-gyp-github/issues" }, "homepage": "https://github.com/mmomtchev/node-pre-gyp-github#readme" }