types-eslintrc
Version:
Type checking for .eslintrc.json
75 lines (74 loc) • 1.56 kB
JSON
{
"name": "types-eslintrc",
"version": "2.0.0",
"description": "Type checking for .eslintrc.json",
"license": "MIT",
"private": false,
"author": "Connor White",
"contributors": [
"Connor White"
],
"homepage": "https://connorwhite.org/github/types-eslintrc",
"repository": {
"type": "git",
"url": "git+https://github.com/bconnorwhite/types-eslintrc.git"
},
"bugs": "https://github.com/bconnorwhite/types-eslintrc/issues",
"keywords": [
"eslint",
"eslintrc",
"config",
"json",
"types",
"type",
"check",
"guard",
"guards",
"ts",
"tsc",
"config",
"typescript",
".eslintrc.json",
"eslintrc.json"
],
"type": "module",
"main": ".auto/build/index.js",
"exports": "./.auto/build/index.js",
"types": ".auto/build/index.d.ts",
"files": [
".auto/build/**/!(tsconfig.tsbuildinfo)"
],
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"scripts": {
"build": "auto build",
"dev": "auto dev",
"lint": "auto lint",
"prepack": "yarn build",
"release": "auto release",
"test": "auto test",
"typecheck": "auto typecheck"
},
"dependencies": {
"types-json": "^3.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"autorepo": "^0.1.9"
},
"eslintConfig": {
"extends": "@autosoft/eslint-config"
},
"husky": {
"hooks": {
"commit-msg": "bob lint commit"
}
},
"jest": {
"preset": "@autosoft/jest-preset"
},
"npmpackagejsonlint": {
"extends": "npm-package-json-lint-config-auto"
}
}