meca-code-quality
Version:
Create a report on the current state of your code.
52 lines (51 loc) • 1.16 kB
JSON
{
"name": "meca-code-quality",
"version": "1.0.19",
"description": "Create a report on the current state of your code.",
"bin": {
"meca-code-quality": "dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"lint": "eslint ."
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"author": "Michael Habermas and Thomas Tarpey",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelHabermas/meca-code-quality.git"
},
"keywords": [
"meca-code-quality",
"js",
"ts",
"code quality",
"file count",
"eslint",
"stylelint",
"refs",
"useRef",
"RxJs",
"jsx",
"tsx",
"strict mode"
],
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"globals": "^15.13.0",
"stylelint": "^16.11.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
},
"files": [
"dist"
]
}