Jeff Williams ae5ae0bb12
Publish
- jsdoc@5.0.0-dev.8
 - @jsdoc/ast@0.2.2
 - @jsdoc/cli@0.3.2
 - @jsdoc/core@0.5.2
 - @jsdoc/doclet@0.2.2
 - @jsdoc/eslint-config@1.2.1
 - @jsdoc/parse@0.3.2
 - @jsdoc/plugins@0.1.2
 - @jsdoc/prettier-config@0.2.2
 - @jsdoc/tag@0.2.2
 - @jsdoc/template-legacy@0.1.2
 - @jsdoc/test-matchers@0.2.2
2023-09-02 15:24:22 -07:00

39 lines
923 B
JSON

{
"name": "@jsdoc/eslint-config",
"version": "1.2.1",
"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.21.8",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"peerDependencies": {
"eslint": ">= 8.42.0"
},
"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": "commonjs",
"engines": {
"node": ">=v18.12.0"
},
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
}