Jeff Williams a6f56e29f8
Publish
- @jsdoc/ast@0.1.0
 - @jsdoc/cli@0.2.10
 - @jsdoc/core@0.4.5
 - @jsdoc/doclet@0.1.0
 - @jsdoc/eslint-config@1.1.11
 - @jsdoc/prettier-config@0.1.2
 - @jsdoc/salty@0.2.3
 - @jsdoc/tag@0.1.5
 - @jsdoc/task-runner@0.1.14
 - @jsdoc/test-matchers@0.1.18
 - @jsdoc/util@0.2.8
 - jsdoc@5.0.0-dev.3
2023-01-16 12:15:35 -08:00

37 lines
796 B
JSON

{
"name": "@jsdoc/test-matchers",
"version": "0.1.18",
"description": "Jasmine matchers that JSDoc uses in its tests.",
"keywords": [
"jasmine",
"jsdoc",
"task",
"test"
],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://jsdoc.app/",
"license": "Apache-2.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"
},
"dependencies": {
"add-matchers": "^0.6.2",
"jasmine-expect": "^5.0.0",
"lodash": "^4.17.21",
"prettier": "^2.8.2"
},
"engines": {
"node": ">=v18.12.0"
}
}