Spaces:
Paused
Paused
File size: 404 Bytes
4931756 d3a1677 4931756 09a0936 2f8f7be 39f375e e24ff19 52bda1e ecbd556 4931756 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{
"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"
}
}
|