typedoc-plugin-internal-external
Version:
Force a File or Reflection (symbol) to be @internal or @external
24 lines • 835 B
JSON
{
"name": "internal-external-typedoc-latest",
"version": "1.0.0",
"description": "Test against typedoc latest",
"main": "index.js",
"scripts": {
"clean": "npx rimraf dist node_modules cypress/fixtures cypress/plugins cypress/screenshots cypress/support .DS_Store yarn.lock",
"build": "typedoc --internal-aliases internal,publicapi --external-aliases external,privateapi --out dist src/index.ts",
"test": " npm run build && npm run e2e",
"e2e": "cypress-runner run --nospa --path dist",
"open": "cypress-runner open --nospa --path dist"
},
"author": "Chris Thielen",
"license": "MIT",
"dependencies": {
"@uirouter/cypress-runner": "latest",
"semver": "^7.3.2",
"typedoc": "latest",
"typedoc-plugin-internal-external": "latest"
},
"resolutions": {
"handlebars": "4.5.0"
}
}