eslint-config-ksv741/package.json

74 lines
1.9 KiB
JSON

{
"author": "Sergey <ksv741@gmail.com> Krylov",
"bugs": {
"url": "https://github.com/ksv741/eslint-config-ksv741/issues"
},
"description": "Eslint config for JavaScript, Typescript and React by ksv741",
"homepage": "https://github.com/ksv741/eslint-config-ksv741",
"keywords": [
"eslint",
"eslintconfig",
"config",
"javascript",
"styleguide",
"es2015",
"es2016",
"es2017",
"es2018"
],
"license": "MIT",
"name": "eslint-config-ksv741",
"repository": {
"type": "git",
"url": "https://github.com/ksv741/eslint-config-ksv741"
},
"version": "0.0.1",
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"eslint": "8.56.0",
"husky": "9.0.11",
"standard-version": "9.5.0"
},
"main": "index.js",
"engines": {
"node": ">=16.13.0"
},
"dependencies": {
"@stylistic/eslint-plugin": "1.5.4",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest-dom": "5.2.0",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.2.0"
},
"peerDependencies": {
"eslint": ">=8.56.0",
"typescript": ">=4.2.2"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"exports": {
".": "./index.js",
"./js-base": "./js-base.js",
"./js-react": "./js-react.js",
"./ts-react": "./ts-react.js",
"./ts-base": "./ts-base.js",
"./jest": "./js-ts-jest.js"
},
"scripts": {
"release": "standard-version",
"release:rc": "standard-version --prerelease rc",
"prepare": "husky"
}
}