el.xwx.moe/api/package.json
2022-06-08 22:58:44 +04:30

24 lines
477 B
JSON

{
"name": "link-warden-api",
"version": "1.0.0",
"description": "LinkWarden backend",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.23.8",
"cors": "^2.8.5",
"cross-fetch": "^3.1.5",
"express": "^4.17.3",
"mongodb": "^4.5.0",
"puppeteer": "^14.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}