2023-12-13 17:19:43 +08:00
|
|
|
{
|
|
|
|
"name": "@hono/eslint-config",
|
2024-05-26 03:54:13 +08:00
|
|
|
"version": "0.0.6",
|
2023-12-13 17:19:43 +08:00
|
|
|
"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": {
|
2024-09-08 07:38:30 +08:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-13 17:19:43 +08:00
|
|
|
"typescript": "^5.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-08 07:38:30 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
|
"@typescript-eslint/parser": "^6.21.0",
|
2023-12-13 17:19:43 +08:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-09-08 07:38:30 +08:00
|
|
|
"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"
|
2023-12-13 17:19:43 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/eslint": "^8",
|
2024-09-08 07:38:30 +08:00
|
|
|
"eslint": "^8.57.0",
|
2023-12-13 17:19:43 +08:00
|
|
|
"typescript": "^5.3.3"
|
|
|
|
}
|
2023-12-13 17:23:48 +08:00
|
|
|
}
|