jsdoc-tests
Version:
A JSDoc test tool for documentation-driven quality
64 lines (63 loc) • 1.54 kB
JSON
{
"name": "jsdoc-tests",
"version": "1.2.1",
"description": "A JSDoc test tool for documentation-driven quality",
"source": "src/index.ts",
"typings": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/index.module.js",
"scripts": {
"build": "microbundle -f es,cjs",
"dev": "microbundle watch",
"clean": "rimraf dist",
"test": "jest",
"commit": "yarn git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testkits/jsdoc-tests.git"
},
"keywords": [
"documentation-driven quality",
"jsdoc-test",
"jsdoc-tests",
"jest",
"testing-tool",
"testing",
"jsdoc"
],
"author": "unadlib",
"license": "MIT",
"bugs": {
"url": "https://github.com/testkits/jsdoc-tests/issues"
},
"homepage": "https://github.com/testkits/jsdoc-tests#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"commitizen": "^4.3.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"jest": {
"preset": "ts-jest"
},
"dependencies": {
"@babel/parser": "^7.26.2",
"markdown-it": "^14.1.0"
}
}