txtdot/packages/plugins/package.json

31 lines
691 B
JSON
Raw Normal View History

2024-05-12 16:24:50 +03:00
{
"name": "@txtdot/plugins",
2024-05-13 13:30:47 +03:00
"version": "2.0.0",
2024-05-12 16:24:50 +03:00
"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 <me@artegoser.ru> https://github.com/artegoser"
],
"license": "MIT",
"dependencies": {
"@mozilla/readability": "^0.5.0",
2024-05-14 15:21:39 +03:00
"@txtdot/sdk": "workspace:*",
"html-to-text": "^9.0.5",
"linkedom": "^0.18.0"
2024-05-12 16:24:50 +03:00
},
"devDependencies": {
2024-05-14 15:21:39 +03:00
"@types/html-to-text": "^9.0.4",
2024-05-12 16:24:50 +03:00
"typescript": "^5.4.5"
}
}