sandbox/npm/eslint-config/package.json
Yongmin Hong d4fd2acae2
CI(deps/npm): Bump @revi/{eslint|prettier}-config versions
Summary:
- eslint-config:
  - `@eslint/js` to `v9.17.0`
  - `eslint` to `v9.17.0`
  - `globals` to v15.14.0`
- prettier-config:
  - `prettier` to `v3.4.2`

External edition of D863.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Release the `git tag`.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D864
2024-12-24 19:53:53 +09:00

53 lines
1.4 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/eslint-config",
"version": "0.0.20",
"description": "@revi's shared eslint config",
"keywords": [
"eslint"
],
"homepage": "https://revi.kr/eslint-config",
"bugs": {
"url": "https://revi.xyz/new",
"email": "bugs@phab.revi.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revi/sandbox.git",
"directory": "npm/eslint-config"
},
"funding": "https://github.com/sponsors/revi",
"license": "Apache-2.0",
"author": {
"name": "Yongmin Hong",
"email": "package-admin@revi.dev",
"url": "https://revi.xyz/"
},
"type": "module",
"main": "eslint.config.js",
"types": "./types/index.d.ts",
"scripts": {
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
},
"dependencies": {
"@eslint/js": "9.17.0",
"eslint": "catalog:",
"eslint-config-prettier": "9.1.0",
"globals": "15.14.0"
},
"devDependencies": {
"@revi/prettier-config": "../prettier-config",
"@types/eslint": "9.6.1",
"@types/eslint-config-prettier": "6.11.3",
"@types/eslint__js": "8.42.3",
"prettier": "catalog:"
},
"peerDependencies": {
"eslint": "9.17.0"
},
"packageManager": "pnpm@9.15.1",
"publishConfig": {
"access": "public",
"provenance": true
}
}