reg-notify-github-with-api-plugin
Version:
Notify reg-suit result to GHE repository using API
38 lines (37 loc) • 960 B
JSON
{
"name": "reg-notify-github-with-api-plugin",
"version": "0.14.5",
"description": "Notify reg-suit result to GHE repository using API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "ts-node e2e/script.ts",
"prepublish": "tsc -p tsconfig.build.json"
},
"keywords": [
"reg",
"reg-suit-plugin",
"GitHub"
],
"author": {
"name": "Quramy",
"email": "yosuke.kurami@gmail.com"
},
"repository": "git+https://github.com/reg-viz/reg-suit.git",
"license": "MIT",
"devDependencies": {
"dotenv": "16.4.5",
"reg-suit-interface": "^0.14.2",
"typescript": "4.5.2"
},
"dependencies": {
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"reg-suit-util": "^0.14.3",
"tiny-commit-walker": "^1.2.1"
},
"gitHead": "a7bf19d1e2b9b4a70dce1a9f7a9bc6d8be3f1199"
}