@sofie-automation/eslint-plugin
Version:
79 lines • 2.26 kB
JSON
{
"name": "@sofie-automation/eslint-plugin",
"version": "0.2.1-1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkno/sofie-eslint-plugin.git"
},
"bugs": {
"url": "https://github.com/nrkno/sofie-eslint-plugin/issues"
},
"homepage": "https://github.com/nrkno/sofie-eslint-plugin#readme",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"prepare": "husky",
"build": "rimraf dist && yarn build:main && yarn update:eslint-docs",
"build:main": "tsc -p tsconfig.build.json",
"lint:raw": "run eslint --ignore-pattern dist",
"lint": "yarn lint:raw .",
"lint-fix": "yarn lint --fix",
"test": "yarn lint && yarn unit",
"unit": "jest",
"license-validate": "yarn sofie-licensecheck --allowPackages path-scurry@1.6.1",
"update:eslint-docs": "eslint-doc-generator",
"validate:dependencies": "yarn npm audit --environment production && yarn license-validate",
"validate:dev-dependencies": "yarn npm audit --environment development",
"release": "sofie-version",
"prerelease": "sofie-version --prerelease"
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "3.0.0",
"@types/eslint": "^9.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@typescript-eslint/rule-tester": "^8.21.0",
"eslint": "^9.18.0",
"eslint-doc-generator": "^2.0.2",
"eslint-plugin-eslint-plugin": "^6.4.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.3"
},
"dependencies": {
"@typescript-eslint/utils": "^8.21.0"
},
"engines": {
"node": ">= 20.0.0"
},
"peerDependencies": {
"eslint": "^9"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{css,json,md,scss}": [
"prettier --write"
],
"*.{ts,tsx,js,jsx}": [
"yarn lint:raw --fix"
]
},
"files": [
"/CHANGELOG.md",
"/README.md",
"/dist"
],
"packageManager": "yarn@4.6.0",
"stableVersion": "0.2.0"
}