eslint-flat-config-utils
Version:
Utils for managing and manipulating ESLint flat config arrays
80 lines (79 loc) • 1.96 kB
JSON
{
"name": "eslint-flat-config-utils",
"type": "module",
"version": "2.0.1",
"packageManager": "pnpm@9.15.4",
"description": "Utils for managing and manipulating ESLint flat config arrays",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/eslint-flat-config-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/eslint-flat-config-utils.git"
},
"bugs": "https://github.com/antfu/eslint-flat-config-utils/issues",
"keywords": [
"eslint",
"eslint-flat-config"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish && npx jsr publish --allow-slow-types",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"dependencies": {
"pathe": "^2.0.2"
},
"devDependencies": {
"@antfu/eslint-config": "^4.0.0",
"@antfu/ni": "^23.2.0",
"@antfu/utils": "^8.1.0",
"@types/node": "^22.10.10",
"bumpp": "^10.0.0",
"eslint": "^9.19.0",
"esno": "^4.8.0",
"jsr": "^0.13.3",
"lint-staged": "^15.4.2",
"pnpm": "^9.15.4",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.7.3",
"unbuild": "^3.3.1",
"vite": "^6.0.11",
"vitest": "^3.0.4"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}