28 lines
644 B
JSON
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.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.0",
|
|
"@babel/preset-env": "^7.29.0",
|
|
"babel-loader": "^10.1.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"terser-webpack-plugin": "^5.4.0",
|
|
"webpack": "^5.105.4",
|
|
"webpack-bundle-analyzer": "^5.2.0",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|