Jeff Williams 7dee4094ce
Publish
- @jsdoc/ast@0.2.0
 - @jsdoc/cli@0.3.0
 - @jsdoc/core@0.5.0
 - @jsdoc/doclet@0.2.0
 - @jsdoc/eslint-config@1.2.0
 - @jsdoc/parse@0.3.0
 - @jsdoc/plugins@0.1.0
 - @jsdoc/prettier-config@0.2.0
 - @jsdoc/salty@0.2.4
 - @jsdoc/tag@0.2.0
 - @jsdoc/task-runner@0.2.0
 - @jsdoc/template-legacy@0.1.0
 - @jsdoc/test-matchers@0.2.0
 - @jsdoc/util@0.3.0
 - jsdoc@5.0.0-dev.6
2023-02-28 20:19:11 -08:00

39 lines
923 B
JSON

{
"name": "@jsdoc/eslint-config",
"version": "1.2.0",
"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.19.1",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"peerDependencies": {
"eslint": ">= 8.35.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"
}