UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

87 lines (86 loc) 2.17 kB
{ "name": "@jsdocs-io/extractor", "version": "1.0.0", "description": "The API extractor for npm packages powering jsdocs.io", "license": "AGPL-3.0-or-later", "author": { "name": "Edoardo Scibona", "url": "http://github.com/velut" }, "repository": { "type": "git", "url": "https://github.com/jsdocs-io/extractor.git" }, "bugs": { "url": "https://github.com/jsdocs-io/extractor/issues" }, "keywords": [ "npm", "registry", "package", "analyze", "api", "extractor", "documentation", "generator", "typescript", "javascript", "jsdoc", "tsdoc", "jsdocs.io" ], "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "engines": { "node": ">=20" }, "scripts": { "check": "tsc --noEmit", "build": "tsc --noEmit && tsup", "attw": "attw --pack . --ignore-rules cjs-resolves-to-esm", "test": "bun --revision && vitest run src test/declarations --coverage --bail 1", "test:ci": "bun --revision && vitest run src test/declarations test/packages --coverage --bail 1", "test:update": "bun --revision && vitest run src test/declarations test/packages --update", "lint": "prettier --check .", "format": "prettier --write .", "pre-push": "bun --revision && bun i && bun run lint && bun run build && bun run test:ci && bun run attw", "release": "np --no-cleanup" }, "dependencies": { "@microsoft/tsdoc": "^0.15.1", "effect": "^3.15.2", "execa": "^9.5.3", "memoize": "^10.1.0", "natural-orderby": "^5.0.0", "pathe": "^2.0.3", "prettier": "^3.5.3", "read-pkg": "^9.0.1", "resolve.exports": "^2.0.3", "tempy": "^3.1.0", "ts-morph": "^26.0.0", "validate-npm-package-name": "^6.0.0" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.1", "@total-typescript/shoehorn": "^0.1.2", "@types/node": "^22.15.21", "@types/validate-npm-package-name": "^4.0.2", "@vitest/coverage-v8": "^3.1.4", "np": "^10.2.0", "ts-dedent": "^2.2.0", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.1.4" } }