frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
16 lines (15 loc) • 311 B
JSON
{
"name": "esm",
"version": "1.0.0",
"description": "Frodo Library Use Example",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@rockcarver/frodo-lib": "file:../.."
}
}