@golemio/cli
Advanced tools
Comparing version 1.2.2-dev.527993301 to 1.2.2-dev.528291274
{ | ||
"name": "@golemio/cli", | ||
"version": "1.2.2-dev.527993301", | ||
"version": "1.2.2-dev.528291274", | ||
"description": "Golemio CLI is a collection of executables intended to be used with Golemio projects and modules", | ||
@@ -14,5 +14,5 @@ "main": "bin/golemio.js", | ||
"test-unit": "run-s 'jest --config jest-unit.config.js'", | ||
"code-coverage": "run-s 'jest --config jest-unit.config.js --coverage'", | ||
"code-coverage": "run-s 'jest --config jest-unit.config.js --coverage --reporters=default --reporters=jest-junit'", | ||
"test-integration": "run-s build 'jest --config jest-integration.config.js'", | ||
"lint": "eslint \"src/**/*.ts\"" | ||
"lint": "eslint --cache \"src/**/*.ts\"" | ||
}, | ||
@@ -46,2 +46,3 @@ "keywords": [ | ||
"jest-jasmine2": "^27.2.3", | ||
"jest-junit": "^13.2.0", | ||
"mongodb-restore-dump": "1.0.1", | ||
@@ -70,4 +71,4 @@ "mongoose": "^6.0.8", | ||
"peerDependencies": { | ||
"mongoose": "^6.0.8", | ||
"mongodb-restore-dump": "^1.0.1" | ||
"mongodb-restore-dump": "^1.0.1", | ||
"mongoose": "^6.0.8" | ||
}, | ||
@@ -74,0 +75,0 @@ "peerDependenciesMeta": { |
41622
26