mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@jsdoc/eslint-config",
|
|
"version": "2.0.2",
|
|
"description": "Default ESLint configuration for JSDoc packages.",
|
|
"keywords": [
|
|
"eslint",
|
|
"jsdoc"
|
|
],
|
|
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
|
|
"homepage": "https://github.com/jsdoc/jsdoc#readme",
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.28.5",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"globals": "^16.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^9.39.1",
|
|
"prettier": "^3.7.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jsdoc/jsdoc.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jsdoc/jsdoc/issues"
|
|
},
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=23.0.0"
|
|
},
|
|
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
|
|
}
|