2024-06-16 07:42:04 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
|
|
"name": "@revi/eslint-config",
|
2024-06-27 12:54:57 +02:00
|
|
|
"version": "0.0.5",
|
2024-06-16 07:42:04 +02:00
|
|
|
"description": "@revi's shared eslint config",
|
|
|
|
"main": "eslint.config.js",
|
2024-06-27 12:54:57 +02:00
|
|
|
"types": "./types/index.d.ts",
|
|
|
|
"dependencies": {
|
2024-07-02 05:47:59 +02:00
|
|
|
"@eslint/js": "9.6.0",
|
|
|
|
"eslint": "9.6.0",
|
2024-06-21 09:14:07 +02:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
|
|
|
"globals": "15.6.0"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-25 09:06:14 +02:00
|
|
|
"@revi/prettier-config": "../prettier-config",
|
2024-06-27 12:54:57 +02:00
|
|
|
"@types/eslint": "8.56.10",
|
2024-06-21 09:14:07 +02:00
|
|
|
"@types/eslint__js": "8.42.3",
|
|
|
|
"@types/eslint-config-prettier": "6.11.3",
|
2024-06-20 07:58:52 +02:00
|
|
|
"prettier": "3.3.2"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
2024-06-27 12:54:57 +02:00
|
|
|
"peerDependencies": {
|
2024-07-02 05:47:59 +02:00
|
|
|
"eslint": "9.6.0"
|
2024-06-27 12:54:57 +02:00
|
|
|
},
|
2024-06-16 07:42:04 +02:00
|
|
|
"scripts": {
|
2024-06-27 12:54:57 +02:00
|
|
|
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
|
|
|
"funding": "https://github.com/sponsors/revi",
|
2024-06-20 07:58:52 +02:00
|
|
|
"homepage": "https://github.com/revi/sandbox/tree/master/npm/eslint-config",
|
2024-06-16 08:47:00 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-06-18 12:21:43 +02:00
|
|
|
"url": "git+https://github.com/revi/sandbox.git",
|
2024-06-16 08:47:00 +02:00
|
|
|
"directory": "npm/eslint-config"
|
|
|
|
},
|
2024-06-24 09:53:09 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://revi.xyz/new",
|
|
|
|
"email": "bugs@phab.revi.dev"
|
|
|
|
},
|
2024-06-20 07:58:52 +02:00
|
|
|
"keywords": [
|
|
|
|
"eslint"
|
|
|
|
],
|
2024-06-16 07:42:04 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Yongmin Hong",
|
|
|
|
"url": "https://revi.xyz/",
|
2024-06-30 09:44:51 +02:00
|
|
|
"email": "package-admin@revi.dev"
|
2024-06-16 07:42:04 +02:00
|
|
|
},
|
|
|
|
"type": "module",
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
}
|