@itentialopensource/adapter-git
Version:
Itential adapter to run git commands
60 lines (59 loc) • 1.73 kB
JSON
{
"name": "@itentialopensource/adapter-git",
"version": "0.5.1",
"description": "Itential adapter to run git commands",
"main": "adapter.js",
"wizardVersion": "2.44.7",
"engineVersion": "1.71.2",
"adapterType": "library",
"scripts": {
"preinstall": "node utils/setup.js",
"deinstall": "node utils/removeHooks.js",
"lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
"lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
"test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
"test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
"test": "npm run test:unit && npm run test:integration"
},
"keywords": [
"Itential",
"Itential Platform",
"Automation",
"Integration",
"Adapter",
"DevOps",
"NetOps",
"Git",
"Pre-Release"
],
"license": "Apache-2.0",
"engines": {
"node": ">= 0.12.7"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:itentialopensource/adapters/adapter-git"
},
"author": "Itential",
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-git#readme",
"dependencies": {
"ajv": "8.17.1",
"avsc": "5.4.21",
"fs-extra": "11.3.0",
"isomorphic-git": "1.21.0",
"json-query": "2.2.2",
"readline-sync": "1.4.10",
"uuid": "3.0.1",
"mocha": "10.8.2",
"winston": "3.17.0"
},
"devDependencies": {
"chai": "4.5.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "3.1.0",
"testdouble": "3.18.0"
},
"private": false
}