123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "name": "@compodoc/compodoc",
- "version": "1.1.26",
- "description": "The missing documentation tool for your Angular application",
- "main": "dist/index.js",
- "bin": {
- "compodoc": "./bin/index-cli.js"
- },
- "scripts": {
- "start": "npm run test:watch",
- "copy-libs": "node tools/copy-libs.js",
- "postinstall": "opencollective-postinstall || exit 0",
- "*********BUILD********": "*******************",
- "prebuild": "rimraf dist/*",
- "build": "rollup -c rollup/rollup.config.mjs --bundleConfigAsCjs && npm run build-schematics",
- "build-schematics": "tsc --project schematics/tsconfig.json && cp schematics/collection.json dist",
- "*********UTILS********": "*******************",
- "changelog": "auto-changelog -o CH.md --template tools/changelog-template.hbs -u",
- "angularexpo": "npm run pretest && node tools/tests-angularexpo.js",
- "download-api-list": "node tools/download-api-list.js",
- "codecov": "codecov -f coverage/lcov_merged.info",
- "backup-package-json": "node tools/backup-package-json.js",
- "restore-package-json": "node tools/restore-package-json.js",
- "madge": "./node_modules/.bin/madge --warning -i dist/madge.png src-refactored/index-cli.ts",
- "*********TEST********": "*******************",
- "pretest": "tsc -p tsconfig.test.json && node test/dist/cli-clean-root-folder.js",
- "test": "cross-env TS_NODE_PROJECT=tsconfig.test.json TS_NODE_DISABLE_WARNINGS=1 nyc --reporter=lcov mocha --config test/.mocharc.json && node test/dist/cli-revert-root-folder.js",
- "posttest": "rimraf test/dist",
- "test:watch": "npm-watch build",
- "test:simple-doc": "ts-node ./bin/index-cli.js -p ./test/fixtures/sample-files/tsconfig.simple.json -d doc -s --port 4000 & sleep 20",
- "presaucelabs-test-e2e-mocha": "npm run test:simple-doc",
- "saucelabs-test-e2e-mocha": "./node_modules/.bin/wdio wdio-saucelabs.conf.js",
- "local-test-e2e-mocha": "./node_modules/.bin/wdio wdio.conf.js",
- "premerge-lcov": "mv coverage-refactoring/lcov.info coverage/lcov-refactoring.info",
- "merge-lcov": "./node_modules/.bin/lcov-result-merger 'coverage/lcov-*.info' 'coverage/lcov_merged.info'",
- "*********PUBLISH********": "*******************",
- "prepublishOnly": "npm run build && npm run backup-package-json && npm run copy-libs",
- "postpublish": "npm run restore-package-json",
- "*********QUALITY********": "*******************",
- "lint": "eslint src/**/*.ts",
- "format:check": "prettier --config ./.prettierrc --list-different \"src/**/*.ts\"",
- "format:write": "prettier --config ./.prettierrc --write \"src/**/*.ts\"",
- "*********REFACTORING********": "*******************",
- "test-refactoring": "cross-env nyc --nycrc-path=.nycrc-refactoring --reporter=lcov --report-dir=coverage-refactoring mocha --config src-refactored/.mocharc.json",
- "build-refactoring": "rollup -c rollup/rollup.config-refactored.mjs --bundleConfigAsCjs",
- "lint-refactoring": "eslint src-refactored/**/*.ts"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/compodoc/compodoc.git"
- },
- "keywords": [
- "angular2",
- "angular",
- "documentation",
- "components",
- "module",
- "graph",
- "dependencies",
- "markdown"
- ],
- "author": "Vindent Ogloblinsky (vincent.ogloblinsky@gmail.com)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/compodoc/compodoc/issues"
- },
- "engines": {
- "node": ">= 16.0.0"
- },
- "homepage": "https://github.com/compodoc/compodoc#readme",
- "dependencies": {
- "@angular-devkit/schematics": "18.2.8",
- "@babel/core": "7.25.8",
- "@babel/plugin-transform-private-methods": "7.25.7",
- "@babel/preset-env": "7.25.8",
- "@compodoc/live-server": "^1.2.3",
- "@compodoc/ngd-transformer": "^2.1.3",
- "bootstrap.native": "^5.0.13",
- "cheerio": "1.0.0-rc.12",
- "chokidar": "^4.0.1",
- "colors": "1.4.0",
- "commander": "^12.1.0",
- "cosmiconfig": "^9.0.0",
- "decache": "^4.6.2",
- "es6-shim": "^0.35.8",
- "fancy-log": "^2.0.0",
- "fast-glob": "^3.3.2",
- "fs-extra": "^11.2.0",
- "glob": "^11.0.0",
- "handlebars": "^4.7.8",
- "html-entities": "^2.5.2",
- "i18next": "^23.16.0",
- "json5": "^2.2.3",
- "lodash": "^4.17.21",
- "loglevel": "^1.9.2",
- "loglevel-plugin-prefix": "^0.8.4",
- "lunr": "^2.3.9",
- "marked": "7.0.3",
- "minimist": "^1.2.8",
- "neotraverse": "^0.6.18",
- "opencollective-postinstall": "^2.0.3",
- "os-name": "4.0.1",
- "picocolors": "^1.1.0",
- "prismjs": "^1.29.0",
- "semver": "^7.6.3",
- "svg-pan-zoom": "^3.6.1",
- "tablesort": "^5.3.0",
- "ts-morph": "^24.0.0",
- "uuid": "^10.0.0",
- "vis": "^4.21.0-EOL"
- },
- "collective": {
- "type": "opencollective",
- "url": "https://opencollective.com/compodoc",
- "logo": "https://opencollective.com/compodoc/logo.txt"
- },
- "husky": {
- "hooks": {
- "pre-commit": "pretty-quick --staged --pattern \"**/*.ts\""
- }
- },
- "schematics": "./dist/collection.json",
- "ng-add": {
- "save": "devDependencies"
- }
- }
|