@grept/node-plugin
Version:
Plugin for @grt/core. Help to manage nodejs versions of your repos
35 lines (34 loc) • 889 B
JSON
{
"name": "@grept/node-plugin",
"version": "0.0.1-rc.19",
"description": "Plugin for @grt/core. Help to manage nodejs versions of your repos",
"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",
"plugin"
],
"author": "Uladzimir Aleshka <uladzimir.aleshka@gmail.com>",
"license": "ISC",
"dependencies": {
"@grept/common": "0.0.1-rc.16",
"@grept/octokit": "0.0.1-rc.11",
"@hapi/joi": "^15.1.0",
"@types/joi": "^14.3.3",
"@types/node": "^12.6.2",
"inversify": "^5.0.1"
},
"devDependencies": {
"rimraf": "^2.6.3"
}
}