UNPKG

netlify-cli

Version:

Netlify command line tool

23 lines (22 loc) 492 B
{ "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": { "node-fetch": "^2.6.1", "@types/node": "^10.17.40", "typescript": "^3.9.7", "@types/aws-lambda": "^8.10.64" } }