commune-sdk
Version:
Commune is a no/low-code platform that helps you discover hidden user insights, build complex A/B tests, and unlock new opportunities for growth. This SDK will help you integrate Commune's experimentation APIs into your Node.js projects.
28 lines • 612 B
JSON
{
"name": "commune-sdk",
"version": "1.0.3",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Commune",
"license": "ISC",
"dependencies": {
"cross-fetch": "^4.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/gocommune/commune-js.git"
},
"keywords": [
"commune"
],
"bugs": {
"url": "https://github.com/gocommune/commune-js/issues"
},
"homepage": "https://github.com/gocommune/commune-js#readme",
"description": ""
}