website/package.json
2025-10-08 21:26:10 +02:00

20 lines
386 B
JSON

{
"name": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github:Didictateur/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"puppeteer": "^24.23.0"
}
}