swgen / package.json
Ruloaooa's picture
Update package.json
ecbd556 verified
raw
history blame contribute delete
404 Bytes
{
"name": "sw-generator",
"version": "1.0.0",
"description": "SW Status Generator menggunakan Express",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"canvas": "^2.11.2",
"express": "^4.18.2",
"node-fetch": "^2.6.1",
"express-rate-limit": "^7.4.1",
"body-parser": "^1.20.3",
"helmet": "^8.0.0",
"playwright": "^1.49.0"
}
}