eslint-plugin-ng-module-sort
Version:
Sort Angular and NestJS module imports, declarations, exports, controls, etc.
71 lines (70 loc) • 1.96 kB
JSON
{
"name": "eslint-plugin-ng-module-sort",
"version": "1.4.0",
"description": "Sort Angular and NestJS module imports, declarations, exports, controls, etc.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"angular",
"nestjs",
"angular-sort",
"angular-import-sort"
],
"author": "Daniel Lazar",
"repository": {
"type": "git",
"url": "https://github.com/ducktordanny/eslint-plugin-ng-module-sort"
},
"main": "./dist/lib/index.js",
"exports": "./dist/lib/index.js",
"files": [
"dist/lib",
"CHANGELOG.md"
],
"scripts": {
"dev": "nodemon -e js,ts --watch lib --watch tests --exec 'yarn build'",
"build": "rm -rf ./dist && tsc",
"build:test": "yarn build; yarn test",
"build:lint": "yarn build; yarn lint",
"test": "mocha tests --recursive ./dist/tests/",
"lint": "eslint .",
"lint:eslint-docs": "update:eslint-docs --check",
"format": "pretty-quick",
"format:all": "prettier . --write",
"update:eslint-docs": "eslint-doc-generator",
"publish": "yarn build; npm publish",
"_postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"dependencies": {
"@typescript-eslint/utils": "8.48.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/eslint": "^9.6.1",
"@types/node": "^24.10.1",
"@typescript-eslint/parser": "8.48.1",
"@typescript-eslint/rule-tester": "8.48.1",
"eslint": "^9.39.1",
"eslint-doc-generator": "^2.4.0",
"eslint-plugin-eslint-plugin": "^7.2.0",
"eslint-plugin-n": "^17.23.1",
"husky": "^9.0.11",
"mocha": "^11.7.5",
"nodemon": "^3.1.11",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"prettier": "3.3.2",
"pretty-quick": "^4.0.0",
"typescript": "^5.0.4"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"peerDependencies": {
"eslint": ">=8.57.0"
},
"license": "MIT"
}