This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
healthcheck/package.json

18 lines
438 B
JSON

{
"name": "healthcheck",
"version": "noversion",
"main": "index.js",
"repository": "git@github.com:mcataford/healthcheck.git",
"author": "Marc Cataford <mcat@riseup.net>",
"private": true,
"packageManager": "yarn@4.1.1",
"devDependencies": {
"@types/node": "^20.11.27",
"typescript": "^5.4.2"
},
"dependencies": {
"@netlify/blobs": "^7.0.1",
"@netlify/functions": "^2.6.0",
"axios": "^1.6.7"
}
}