37 lines
879 B
JSON
37 lines
879 B
JSON
{
|
|
"name": "@hono/eslint-config",
|
|
"version": "1.1.1",
|
|
"description": "ESLint Config for Hono projects",
|
|
"type": "module",
|
|
"module": "./index.js",
|
|
"exports": {
|
|
".": "./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": "^9.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-import-resolver-typescript": "^4.2.2",
|
|
"eslint-plugin-import-x": "^4.1.1",
|
|
"eslint-plugin-n": "^17.10.2",
|
|
"typescript-eslint": "^8.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9.23.0",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|