honojs-middleware/packages/eslint-config/package.json

35 lines
908 B
JSON
Raw Normal View History

{
"name": "@hono/eslint-config",
2024-05-26 03:54:13 +08:00
"version": "0.0.6",
"description": "ESLint Config for Hono projects",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/honojs/middleware.git"
},
"homepage": "https://github.com/honojs/middleware",
"peerDependencies": {
"eslint": "^8.57.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import-x": "^4.1.1",
"eslint-plugin-n": "^17.10.2"
},
"devDependencies": {
"@types/eslint": "^8",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
}
2023-12-13 17:23:48 +08:00
}