SourceTermAnalysisSystem_vue/node_modules/eslint-plugin-antfu/package.json
2026-05-15 10:22:44 +08:00

85 lines
2.2 KiB
JSON

{
"name": "eslint-plugin-antfu",
"type": "module",
"version": "2.7.0",
"packageManager": "pnpm@9.11.0",
"description": "Anthony extended ESLint rules",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/eslint-plugin-antfu#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/antfu/eslint-plugin-antfu.git"
},
"bugs": "https://github.com/antfu/eslint-plugin-antfu/issues",
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "pnpm run dev && eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
},
"peerDependencies": {
"eslint": "*"
},
"dependencies": {
"@antfu/utils": "^0.7.10"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@antfu/ni": "^0.23.0",
"@types/eslint": "^9.6.1",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.5.5",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.6.0",
"@typescript-eslint/utils": "^8.6.0",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"eslint-define-config": "^2.1.0",
"eslint-vitest-rule-tester": "^0.6.1",
"esno": "^4.7.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.10",
"lodash.merge": "4.6.2",
"pnpm": "^9.11.0",
"semver": "^7.6.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.6",
"vitest": "^2.1.1"
},
"resolutions": {
"eslint-plugin-antfu": "workspace:*"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}