28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"name": "linkding",
|
|
"version": "1.0.0",
|
|
"description": "A modern link bookmarking app with metadata extraction",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [
|
|
"bookmark",
|
|
"links",
|
|
"scraping"
|
|
],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"puppeteer-core": "^22.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|