netlify
Version:
Netlify command line tool
22 lines (21 loc) • 461 B
JSON
{
"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": "^3.0.4",
"@types/node": "^22.0.0",
"typescript": "^4.0.0"
}
}