35 lines
908 B
JSON
35 lines
908 B
JSON
{
|
|
"name": "@hono/eslint-config",
|
|
"version": "0.0.0",
|
|
"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.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-define-config": "^2.0.0",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-node": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8",
|
|
"eslint": "^8.55.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|