Jeff Williams 4d24735cce
Publish
- @jsdoc/parse@0.1.6
 - @jsdoc/test-matchers@0.1.14
 - jsdoc@5.0.0-dev.2
2023-01-06 19:40:53 -08:00

37 lines
801 B
JSON

{
"name": "@jsdoc/test-matchers",
"version": "0.1.14",
"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",
"diffable-html": "^5.0.0",
"jasmine-expect": "^5.0.0",
"lodash": "^4.17.21"
},
"engines": {
"node": ">=v18.12.0"
}
}