@eluvio/elv-ramdoc
Version:
A customized version of the JSDoc template used by Ramda's API docs
51 lines (50 loc) • 1.67 kB
JSON
{
"name": "@eluvio/elv-ramdoc",
"version": "0.4.0",
"description": "A customized version of the JSDoc template used by Ramda's API docs",
"main": "publish.js",
"scripts": {
"build-styles": "./node_modules/.bin/sass ./sass/style.sass ./css/style.css",
"generate-docs": "jsdoc --readme README.md --configure .jsdoc.json",
"generate-docs-debug": "export ELV_RAMDOC_DEBUG=1;jsdoc --readme README.md --configure .jsdoc.json",
"release": "np",
"test": "npm run build-styles && export ELV_RAMDOC_DEBUG=1;jsdoc --readme ./README.md -c ./fixtures/fixtures.jsdoc.json",
"update-dependencies": "echo 'Updating dependencies in package.json and installing any new version(s)...' && npx npm-check-updates -u && npm install",
"version": "npm run build-styles && npm run generate-docs && git add docs && git commit -m 'Update docs'"
},
"homepage": "https://eluv-io.github.io/elv-ramdoc",
"repository": {
"type": "git",
"url": "https://github.com/eluv-io/elv-ramdoc"
},
"keywords": [
"Eluvio",
"jsdoc",
"template"
],
"author": "Eluvio, Inc.",
"license": "MIT",
"dependencies": {
"@eluvio/ramda-fork": "^0.28.1",
"@popperjs/core": "^2.11.8",
"clipboard": "^2.0.11",
"fs-extra": "^11.1.0",
"highlight.js": "^11.7.0",
"jsdoc": "^4.0.0",
"madge": "^5.0.1",
"marked": "^4.2.4",
"pug": "^3.0.2",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"bootstrap": "^5.2.3",
"chai": "^4.3.7",
"crocks": "^0.12.4",
"eslint": "^8.29.0",
"mocha": "^10.2.0",
"np": "^7.6.3",
"npm-check-updates": "^16.6.0",
"rimraf": "^3.0.2",
"sass": "^1.56.2"
}
}