@itentialopensource/device-pre-post-check-execution
Version:
A device pre post check execution demo for Itential Automation Platform (IAP)
64 lines (63 loc) • 2.15 kB
JSON
{
"name": "@itentialopensource/device-pre-post-check-execution",
"version": "0.4.6-2022.1.1",
"description": "A device pre post check execution demo for Itential Automation Platform (IAP)",
"directories": {
"lib": "lib"
},
"scripts": {
"setup-hooks": "sh ./scripts/setup-hooks.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "echo not needed npm publish --access=public --registry=http://registry.npmjs.org",
"validateSchema": "node test/manifestTester.js manifest.json manifest-schema.json",
"validateSchemaLinks": "node test/manifestLinkTester.js manifest.json",
"generateImageLinks": "node utils/generateImageLinks.js",
"junit-merge": "npx junit-merge -d test/cypress/reports/junit -o test/cypress/reports/junit/junit-results.xml",
"test:integration": "cypress run --config-file ./test/cypress.json --spec \"./test/cypress/integration/cypressTests.spec.js\"",
"cypress:open": "cypress open --config-file ./test/cypress.json"
},
"keywords": [
"IAP",
"artifacts",
"Itential",
"Pronghorn",
"Network",
"Automation",
"MOP",
"Pre-Post checks",
"NSO",
"Cisco-IOS",
"Ansible"
],
"author": "Itential Artifacts",
"license": "Apache-2.0",
"repository": {
"type": "gitlab",
"hostname": "gitlab.com",
"path": "itentialopensource/pre-built-automations"
},
"dependencies": {},
"private": false,
"devDependencies": {
"@itential-tools/iap-cypress-testing-library": "^4.0.2",
"ajv": "6.10.0",
"better-ajv-errors": "^0.6.1",
"cypress": "^9.7.0",
"cypress-failed-log": "^2.9.5",
"cypress-mochawesome-reporter": "^3.2.0",
"cypress-multi-reporters": "^1.6.1",
"fs-extra": "^7.0.1",
"junit-report-merger": "^4.0.0",
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.0.2",
"r2": "^2.0.1"
},
"IAPDependencies": {
"@itential/app-workflow_engine": "5.1.10 - 6",
"@itential/app-mop": "5.12.2 - 6",
"configuration_manager": {
"@itential/app-configuration_manager": "3.16.9 - 3",
"@itential/app-configuration_manager-maintenance": "3.16.9 - 3"
}
}
}