@chiragrupani/package-install-cmd
Advanced tools
Comparing version 2.1.1 to 2.2.1
{ | ||
"name": "@chiragrupani/package-install-cmd", | ||
"version": "2.1.1", | ||
"version": "2.2.1", | ||
"description": "Lists the dependency and dev dependency in the project and generates commands to install them using npm", | ||
@@ -11,4 +11,4 @@ "main": "dist/index.js", | ||
"start": "npm run build && node dist/cli.js", | ||
"test": "mocha -r ts-node/register tests/**/*.test.ts", | ||
"coverage": "nyc -t 'coverage/.nyc_output' -r text -r cobertura -e .ts -x \"tests/*.test.ts\" npm run test -- --reporter=mocha-junit-reporter --reporter-options mochaFile=coverage/test-results.xml", | ||
"test": "vitest run", | ||
"coverage": "vitest run --coverage", | ||
"deploy-local": "(npm run package) && (npm install -g) && package-install-cmd", | ||
@@ -38,13 +38,8 @@ "package": "npm run clean && npm run build && npm pack" | ||
"devDependencies": { | ||
"@types/chai": "^4.3.5", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.2.3", | ||
"chai": "^4.3.7", | ||
"mocha": "^10.2.0", | ||
"mocha-junit-reporter": "^2.2.0", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4" | ||
"@types/node": "^20.12.7", | ||
"typescript": "^5.4.5", | ||
"@vitest/coverage-v8": "^1.4.0", | ||
"vitest": "^1.4.0" | ||
}, | ||
"dependencies": {} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
15160
4
14
231
1