eslint-plugin-ngxs-style-guide
Version:
ESLint rules for ngxs state manager
76 lines (75 loc) • 2.66 kB
JSON
{
"name": "eslint-plugin-ngxs-style-guide",
"version": "3.0.0",
"license": "MIT",
"description": "ESLint rules for ngxs state manager",
"main": "index.js",
"keywords": [
"eslintplugin",
"eslint-plugin",
"ngxs",
"style-guide"
],
"repository": {
"type": "git",
"url": "git+https://github.com/unlight/eslint-plugin-ngxs-style-guide.git"
},
"bugs": {
"url": "https://github.com/unlight/eslint-plugin-ngxs-style-guide/issues"
},
"homepage": "https://github.com/unlight/eslint-plugin-ngxs-style-guide#readme",
"scripts": {
"test": "npm run eslint && npm run tscheck && npm run test:r",
"test:r": "mocha -r ts-node/register/transpile-only --timeout 8s src/**/*.spec.ts src/*.spec.ts",
"test:w": "npm run test:r -- --watch --watch-files src/**/*.ts",
"test:d": "node --inspect-brk -r ts-node/register/transpile-only node_modules/mocha/bin/_mocha --no-timeouts --watch-extensions ts --watch src/**/*.spec.ts src/*.spec.ts",
"tscheck": "echo tscheck... && tsc --noEmit",
"tscheck:w": "npm run tscheck -- --watch",
"eslint:w": "watchexec -w src \"npm run eslint\"",
"eslint": "node node_modules/eslint/bin/eslint src --ext ts",
"eslint:fix": "npm run eslint -- --fix",
"commit": "cz",
"build": "sh Taskfile build"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^5.4.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.9",
"@types/semantic-release": "^17.2.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"commitizen": "^4.2.4",
"conventional-changelog-conventionalcommits": "^4.6.1",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-etc": "5.1.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-etc": "^2.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-only-warn": "^1.0.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-class-members": "^1.14.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-wix-editor": "^3.3.0",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"semantic-release": "^18.0.0",
"simplytyped": "^3.3.0",
"strip-indent": "3",
"ts-node": "^10.4.0",
"typescript": ">=4",
"watchexec-bin": "^1.0.0"
},
"peerDependencies": {
"eslint": ">=8",
"typescript": ">=3"
}
}