{ "$schema": "https://json.schemastore.org/package.json", "name": "@revi/eslint-config", "version": "0.0.3", "description": "@revi's shared eslint config", "main": "eslint.config.js", "peerDependencies": { "@eslint/js": "^8.0.0 || ^9.0.0", "eslint": "^8.0.0 || ^9.0.0", "eslint-config-prettier": "^9.1.0", "globals": "^15.4.0" }, "devDependencies": { "@revi/prettier-config": "^0.0.2", "prettier": "^3.3.2" }, "scripts": { "test": "prettier --check" }, "funding": "https://github.com/sponsors/revi", "keywords": [ "eslint" ], "repository": { "type": "git", "url": "https://github.com/revi/sandbox.git", "directory": "npm/eslint-config" }, "author": { "name": "Yongmin Hong", "url": "https://revi.xyz/", "email": "revi@omglol.email" }, "type": "module", "license": "Apache-2.0" }