sandbox/npm/eslint-config/package.json
Yongmin Hong e5ad174bc0
npm/prettier-config: Add prettier-plugin-packagejson
Summary:
External version of D777. Also:

- Run prettier fix
- Update node to `v20.18.0`
- Update pnpm to `v9.12.0`

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

Test Plan: `pnpm install`.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D779
2024-10-06 14:42:31 +09:00

53 lines
1.4 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/eslint-config",
"version": "0.0.12",
"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.11.1",
"eslint": "catalog:",
"eslint-config-prettier": "9.1.0",
"globals": "15.9.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.11.1"
},
"packageManager": "pnpm@9.12.0",
"publishConfig": {
"access": "public",
"provenance": true
}
}