2024-06-16 07:42:04 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
"name": "@revi/eslint-config",
|
2024-11-06 14:43:08 +01:00
|
|
|
"version": "0.0.17",
|
2024-06-16 07:42:04 +02:00
|
|
|
"description": "@revi's shared eslint config",
|
2024-10-06 07:38:24 +02:00
|
|
|
"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",
|
2024-06-16 07:42:04 +02:00
|
|
|
"main": "eslint.config.js",
|
2024-06-27 12:54:57 +02:00
|
|
|
"types": "./types/index.d.ts",
|
2024-10-06 07:38:24 +02:00
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
|
|
|
},
|
2024-06-27 12:54:57 +02:00
|
|
|
"dependencies": {
|
2024-11-06 14:43:08 +01:00
|
|
|
"@eslint/js": "9.14.0",
|
2024-09-24 09:53:23 +02:00
|
|
|
"eslint": "catalog:",
|
2024-06-21 09:14:07 +02:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
2024-10-15 10:13:39 +02:00
|
|
|
"globals": "15.11.0"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-25 09:06:14 +02:00
|
|
|
"@revi/prettier-config": "../prettier-config",
|
2024-08-26 17:10:36 +02:00
|
|
|
"@types/eslint": "9.6.1",
|
2024-06-21 09:14:07 +02:00
|
|
|
"@types/eslint-config-prettier": "6.11.3",
|
2024-10-06 07:38:24 +02:00
|
|
|
"@types/eslint__js": "8.42.3",
|
2024-09-24 09:53:23 +02:00
|
|
|
"prettier": "catalog:"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
2024-06-27 12:54:57 +02:00
|
|
|
"peerDependencies": {
|
2024-11-06 14:43:08 +01:00
|
|
|
"eslint": "9.14.0"
|
2024-06-27 12:54:57 +02:00
|
|
|
},
|
2024-11-06 14:43:08 +01:00
|
|
|
"packageManager": "pnpm@9.12.3",
|
2024-08-01 12:06:02 +02:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"provenance": true
|
2024-10-06 07:38:24 +02:00
|
|
|
}
|
2024-06-16 07:42:04 +02:00
|
|
|
}
|