Jeff Williams 3a6cdb28f5 Publish
- @jsdoc/cli@0.2.7
 - @jsdoc/core@0.4.2
 - @jsdoc/eslint-config@1.1.8
 - @jsdoc/parse@0.1.3
 - @jsdoc/prettier-config@0.1.1
 - @jsdoc/tag@0.1.2
 - @jsdoc/task-runner@0.1.12
 - @jsdoc/test-matchers@0.1.8
 - @jsdoc/util@0.2.6
 - jsdoc@4.0.0-dev.18
2022-10-23 20:06:03 -07:00

34 lines
787 B
JSON

{
"name": "@jsdoc/eslint-config",
"version": "1.1.8",
"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",
"peerDependencies": {
"eslint": ">= 8.23.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"
},
"engines": {
"node": ">=v16.17.0"
},
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
}