mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
- @jsdoc/cli@0.2.9 - @jsdoc/core@0.4.4 - @jsdoc/eslint-config@1.1.10 - @jsdoc/parse@0.1.5 - @jsdoc/salty@0.2.2 - @jsdoc/tag@0.1.4 - @jsdoc/test-matchers@0.1.13 - jsdoc@5.0.0-dev.1
36 lines
770 B
JSON
36 lines
770 B
JSON
{
|
|
"name": "@jsdoc/test-matchers",
|
|
"version": "0.1.13",
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=v18.12.0"
|
|
}
|
|
}
|