netlify-cli
Version:
Netlify command line tool
23 lines (22 loc) • 386 B
JSON
{
"name": "url-shortener",
"version": "1.0.0",
"description": "",
"main": "url-shortener.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"apis",
"url",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"form-data": "^3.0.0",
"hashids": "^1.2.2"
}
}