@danwithabox/eslint-entree
Version:
An appetizer for linting 🥂
89 lines • 2.01 kB
JSON
{
"name": "@danwithabox/eslint-entree",
"version": "0.7.1",
"description": "An appetizer for linting 🥂",
"type": "module",
"engines": {
"node": "^18.18.0 || >=20.0.0",
"pnpm": ">=8.0.0"
},
"volta": {
"node": "20.18.1",
"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": {
"@types/node": "20.16.14",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"publint": "^0.3.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsdown": "^0.12.9",
"typescript": "^5.5.3",
"vue": "^3.5.13"
},
"peerDependencies": {
"eslint": "^9.7.0"
},
"dependencies": {
"@stylistic/eslint-plugin": "^5.1.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.3.0",
"globals": "^16.3.0",
"type-fest": "^4.27.0",
"typescript-eslint": "^8.15.0",
"vue-eslint-parser": "^10.2.0"
},
"scripts": {
"build": "tsdown && publint",
"test": "echo No tests yet",
"type-check": "tsc --noEmit && echo type-check ✅"
}
}