You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
637 B
27 lines
637 B
{ |
|
"name": "frenzy-readability", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"type": "module", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
"start": "node index.js" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://git.shadowfacts.net/shadowfacts/frenzy-readability" |
|
}, |
|
"author": "", |
|
"license": "MIT", |
|
"dependencies": { |
|
"@mozilla/readability": "^0.4.1", |
|
"@sentry/node": "^6.14.1", |
|
"@sentry/tracing": "^6.14.1", |
|
"body-parser": "^1.19.0", |
|
"dompurify": "^2.3.3", |
|
"express": "^4.17.1", |
|
"jsdom": "^18.0.0", |
|
"morgan": "^1.10.0" |
|
} |
|
}
|
|
|