feature-flagger-node-sdk
Version:
simple package that suplies function to interact with the feature-flagger-api
20 lines (19 loc) • 433 B
JSON
{
"name": "feature-flagger-node-sdk",
"version": "1.0.6",
"description": "simple package that suplies function to interact with the feature-flagger-api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"feature",
"flagging",
"feature-flagging"
],
"author": "charlie menke",
"license": "ISC",
"dependencies": {
"axios": "^0.25.0"
}
}