UNPKG

@danwithabox/eslint-entree

Version:
88 lines • 2.04 kB
{ "name": "@danwithabox/eslint-entree", "version": "0.7.2", "description": "An appetizer for linting 🥂", "type": "module", "engines": { "node": "^18.18.0 || >=20.0.0", "pnpm": ">=8.0.0" }, "volta": { "node": "22.19.0", "pnpm": "9.14.4" }, "keywords": [ "eslint", "eslint-entree", "entree", "appetizer", "starter", "adoption", "config", "configuration", "define-config", "eslint-config", "eslint", "eslintconfig", "typed", "typescript", "vue", "vue3" ], "author": "danwithabox <danwithabox@gmail.com> (https://github.com/danwithabox)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/danwithabox/eslint-entree.git" }, "publishConfig": { "access": "public" }, "main": "./lib/index.cjs", "module": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "require": { "types": "./lib/index.d.cts", "default": "./lib/index.cjs" }, "import": { "types": "./lib/index.d.ts", "default": "./lib/index.js" } } }, "files": [ "lib" ], "devDependencies": { "@rolldown/binding-win32-x64-msvc": "1.0.0-beta.38", "@types/node": "24.5.2", "@types/react": "^19.1.13", "@types/react-dom": "^19.1.9", "publint": "^0.3.13", "react": "^19.1.1", "react-dom": "^19.1.1", "tsdown": "^0.15.2", "typescript": "^5.9.2", "vue": "^3.5.21" }, "dependencies": { "@stylistic/eslint-plugin": "^5.3.1", "eslint": "^9.35.0", "eslint-config-flat-gitignore": "^2.1.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.18", "eslint-plugin-vue": "^10.4.0", "globals": "^16.4.0", "type-fest": "^5.0.1", "typescript-eslint": "^8.44.0", "vue-eslint-parser": "^10.2.0" }, "scripts": { "build": "tsdown && publint", "test": "echo No tests yet", "type-check": "tsc --noEmit && echo type-check ✅" } }