jsdoc-plugin-suitescript
Version:
Adds SuiteScript-related tags to the JSDoc dictionary, as well as a theme that supports the tags based on the JSDoc default theme.
28 lines (27 loc) • 904 B
JSON
{
"name": "jsdoc-plugin-suitescript",
"version": "1.1.1",
"description": "Adds SuiteScript-related tags to the JSDoc dictionary, as well as a theme that supports the tags based on the JSDoc default theme.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags",
"postinstall": "cp -r plugins/ templates/ ../jsdoc"
},
"repository": "gitlab:erictgrubaugh/jsdoc-plugin-suitescript.git",
"keywords": [
"netsuite",
"suitescript",
"jsdoc"
],
"author": "Eric T Grubaugh <eric@stoic.software> (https://stoic.software/)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/erictgrubaugh/jsdoc-plugin-suitescript/issues"
},
"homepage": "https://gitlab.com/erictgrubaugh/jsdoc-plugin-suitescript#README",
"private": false,
"preferGlobal": false,
"dependencies": {
"jsdoc": "^3.4.2"
}
}