netlify-cli
Version:
Netlify command line tool
22 lines (21 loc) • 428 B
JSON
{
"name": "token-hider",
"version": "1.0.0",
"description": "netlify functions:create - how to hide API tokens from your users",
"main": "token-hider.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"netlify",
"serverless",
"apis",
"js"
],
"author": "Netlify",
"license": "MIT",
"dependencies": {
"axios": "^0.21.0",
"qs": "^6.7.0"
}
}