fluxai-sdk
Version:
FluxAI JavaScript SDK for A/B experiment routing
43 lines (42 loc) • 839 B
JSON
{
"name": "fluxai-sdk",
"version": "1.0.11",
"description": "FluxAI JavaScript SDK for A/B experiment routing",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"No test specified\" && exit 0"
},
"keywords": [
"fluxai",
"sdk",
"ab-testing",
"experiments",
"a/b-testing"
],
"author": "Zain Wahab",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ZainWahab/fluxai-sdk"
},
"dependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.8.3"
}
}