stacker.news/capture/package.json
2025-04-12 14:20:35 -05:00

17 lines
301 B
JSON

{
"name": "capture",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.20.0",
"puppeteer": "^20.8.2"
},
"type": "module"
}