Spaces:
Running
Running
File size: 417 Bytes
45e997f be50eca 45e997f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "pothole-box",
"version": "1.0.0",
"description": "",
"main": "backend-api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@supabase/supabase-js": "^2.108.2",
"jose": "^6.2.3",
"pdfkit": "^0.19.1",
"pg": "^8.22.0"
}
}
|