{ "private": true, "workspaces": [ "packages/typedoc-plugin-markdown" ], "scripts": { "lint": "npm run lint --workspaces", "build": "npm run build --workspaces", "test": "npm run test --workspaces" }, "devDependencies": { "@changesets/cli": "^2.25.2", "@types/fs-extra": "^9.0.13", "@types/jest": "^29.2.4", "@types/node": "^18.11.11", "@typescript-eslint/eslint-plugin": "^5.45.1", "@typescript-eslint/parser": "^5.45.1", "eslint": "^8.29.0", "fs-extra": "^11.1.0", "jest": "^29.3.1", "markdownlint": "^0.26.2", "markdownlint-cli": "^0.32.2", "npm-run-all": "^4.1.5", "prettier": "^2.8.0", "ts-jest": "^29.0.3", "ts-morph": "^17.0.1", "ts-node": "^10.9.1", "typedoc": "^0.23.21", "typedoc-plugin-mdn-links": "^2.0.0", "typescript": "^4.9.3" } }