28 lines
657 B
JSON
28 lines
657 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.5.0",
|
|
"dompurify": "^3.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"babel-loader": "^9.1.3",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"webpack": "^5.92.1",
|
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|