Files
MrbWebLibre/packages/flutter_mozilla_components/javascript/readability/package.json
T
2026-05-01 15:02:03 +02:00

28 lines
644 B
JSON

{
"name": "readability",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"remove-markdown": "^0.6.3",
"turndown": "^7.2.4"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.3",
"babel-loader": "^10.1.1",
"clean-webpack-plugin": "^4.0.0",
"terser-webpack-plugin": "^5.5.0",
"webpack": "^5.106.2",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^6.0.1"
}
}