38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "eslint-plugin-payload",
|
|
"version": "1.0.0",
|
|
"description": "Payload plugins for ESLint",
|
|
"keywords": [],
|
|
"homepage": "https://payloadcms.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/payloadcms/payload.git",
|
|
"directory": "packages/eslint-plugin-payload"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Payload",
|
|
"email": "info@payloadcms.com",
|
|
"url": "https://payloadcms.com"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@types/eslint": "8.56.6",
|
|
"@typescript-eslint/eslint-plugin": "7.3.1",
|
|
"@typescript-eslint/parser": "7.3.1",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-jest": "27.9.0",
|
|
"eslint-plugin-jest-dom": "5.1.0",
|
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-perfectionist": "2.7.0",
|
|
"eslint-plugin-react": "7.34.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-regexp": "2.3.0"
|
|
}
|
|
}
|