UNPKG

netlify-cli

Version:

Netlify command line tool

22 lines (21 loc) 470 B
{ "name": "create-user", "version": "1.0.0", "description": "netlify functions:create - Programmatically create a Netlify Identity user by invoking a function", "main": "create-user.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "netlify", "serverless", "js", "identity", "authentication" ], "author": "Netlify", "license": "MIT", "dependencies": { "node-fetch": "^2.6.1" } }