stack-performance
Version:
A comprehensive application stack analyzer that evaluates MEAN, MERN, and other Node.js-based applications across 15 performance criteria
38 lines (37 loc) • 865 B
JSON
{
"name": "stack-performance",
"version": "1.0.1",
"description": "A comprehensive application stack analyzer that evaluates MEAN, MERN, and other Node.js-based applications across 15 performance criteria",
"main": "index.js",
"bin": {
"analyze-stack": "./bin/cli.js"
},
"scripts": {
"start": "node index.js",
"test": "jest",
"analyze": "node bin/cli.js"
},
"keywords": [
"performance-analysis",
"MEAN",
"MERN",
"stack-analyzer",
"application-assessment",
"performance-metrics"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"semver": "^7.5.4"
},
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">=14.0.0"
}
}