artie-lens
Version:
An module to check architecture smells
67 lines (66 loc) • 1.41 kB
JSON
{
"name": "artie-lens",
"version": "1.0.6",
"description": "An module to check architecture smells",
"main": "artie-lens.js",
"types": "artie-lens.d.ts",
"author": "Alef Felix",
"license": "MIT",
"private": false,
"files": [
"artie-lens.d.ts",
"artie-lens.js",
"artie-lens.js.map"
],
"bin": {
"artie": "./artie-lens.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ariusxi/artie-lens.git"
},
"keywords": [
"software-architecture",
"microservices",
"monolith",
"cohesion",
"coupling",
"LCOM",
"WMC",
"software-metrics",
"code-quality",
"design-patterns",
"resilience",
"api-gateway",
"circuit-breaker",
"devops",
"ci-cd",
"observability",
"monitoring",
"migration-strategy",
"strangler-pattern",
"performance",
"scalability",
"service-autonomy"
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.21.1",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.7.0"
},
"dependencies": {
"colorette": "^2.0.20",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.1",
"madge": "^8.0.0",
"ts-morph": "^26.0.0",
"tsmetrics-core": "^1.4.1",
"typescript": "^5.9.2"
}
}