{
  "name": "hello-world",
  "version": "1.0.0",
  "description": "netlify functions:create - hello world in typescript",
  "main": "hello-world.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "netlify",
    "serverless",
    "typescript"
  ],
  "author": "Netlify",
  "license": "MIT",
  "dependencies": {
    "@netlify/functions": "^5.1.5",
    "@types/node": "^22.0.0",
    "typescript": "^4.0.0"
  }
}
