pomanalyzer
Version:
pomanalyzer is a utility to analyze Apache Maven POM XML file
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "pomanalyzer",
"version": "1.0.0",
"description": "pomanalyzer is a utility to analyze Apache Maven POM XML file",
"keywords": [
"pom",
"xml",
"analyze",
"maven",
"depedencies"
],
"homepage": "https://github.com/zackria/pomanalyzer#readme",
"bugs": {
"url": "https://github.com/zackria/pomanalyzer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zackria/pomanalyzer.git"
},
"license": "MIT",
"author": "Zack Dawood",
"type": "module",
"main": "index.js",
"bin": {
"pomanalyzer": "./cli.js"
},
"scripts": {
"test": "jest",
"run": "node ./src/index.js"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0"
},
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"js-yaml": "^4.1.0",
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=14.0.0"
}
}