@grept/octokit
Version:
Octokit adapter module for other grt plugins
36 lines (35 loc) • 899 B
JSON
{
"name": "@grept/octokit",
"version": "0.0.1-rc.11",
"description": "Octokit adapter module for other grt plugins ",
"main": "./build/index.js",
"scripts": {
"clean": "rimraf ./build",
"build": "tsc",
"build:watch": "tsc -w",
"start": "ts-node ./src/app.ts",
"start:built": "node ./build/app.js",
"prepublish": "npm run clean && npm run build",
"lint": "tslint -p .",
"lint:fix": "tslint -p . --fix"
},
"keywords": [
"grt",
"github-repo-tools",
"octokit"
],
"author": "Uladzimir Aleshka <uladzimir.aleshka@gmail.com>",
"license": "ISC",
"dependencies": {
"@octokit/plugin-retry": "^2.2.0",
"@octokit/rest": "^16.28.3",
"inversify": "^5.0.1",
"lodash-decorators": "^6.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.2"
},
"devDependencies": {
"@types/node": "^12.6.2",
"rimraf": "^2.6.3"
}
}