46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "eslint-plugin-perfectionist",
|
|
"version": "4.15.0",
|
|
"description": "ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslint-plugin",
|
|
"perfectionist"
|
|
],
|
|
"homepage": "https://perfectionist.dev",
|
|
"repository": "azat-io/eslint-plugin-perfectionist",
|
|
"license": "MIT",
|
|
"author": "Azat S. <to@azat.io>",
|
|
"type": "commonjs",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./alphabet": {
|
|
"types": "./dist/alphabet.d.ts",
|
|
"default": "./dist/utils/alphabet.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"./dist"
|
|
],
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "^8.34.1",
|
|
"@typescript-eslint/utils": "^8.34.1",
|
|
"natural-orderby": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8.45.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|