{ "name": "@txtdot/plugins", "version": "2.0.0", "description": "Official txtdot plugins", "main": "dist/lib.js", "types": "dist/lib.d.ts", "repository": { "type": "git", "url": "git://github.com/txtdot/plugins.git" }, "scripts": { "build": "tsc", "prepublishOnly": "pnpm run build" }, "keywords": [], "authors": [ "Artemy Egorov https://github.com/artegoser" ], "license": "MIT", "dependencies": { "@mozilla/readability": "^0.5.0", "@txtdot/sdk": "workspace:*", "html-to-text": "^9.0.5", "linkedom": "^0.18.0" }, "devDependencies": { "@types/html-to-text": "^9.0.4", "typescript": "^5.4.5" } }