-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "readabilify",
"version": "0.1.0",
"description": "Readabilify is a Node.js project that provides a REST API wrapper around the Mozilla Readability library. The project aims to simplify the process of extracting clean and readable content from web pages, making it easier for developers to integrate this functionality into their applications.",
"main": "app.js",
"scripts": {
"dev": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/georgeliamcampbell/readabilify.git"
},
"author": "George Campbell",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/georgeliamcampbell/readabilify/issues"
},
"homepage": "https://github.com/georgeliamcampbell/readabilify#readme",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"express": "^4.21.2",
"jsdom": "^26.0.0",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}