thrivestack-node-sdk
Version:
Official ThriveStack Analytics SDK for Node.js and Next.js server-side applications
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "thrivestack-node-sdk",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "node dist/test.js",
"prepublishOnly": "npm run build",
"pack": "npm pack",
"publish": "npm publish"
},
"keywords": [
"analytics",
"tracking",
"thrivestack",
"nodejs",
"nextjs",
"server-side",
"typescript",
"sdk"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thrivestack/node-sdk.git"
},
"bugs": {
"url": "https://github.com/thrivestack/node-sdk/issues"
},
"homepage": "https://github.com/thrivestack/node-sdk#readme",
"description": "Official ThriveStack Analytics SDK for Node.js and Next.js server-side applications",
"dependencies": {
"axios": "^1.6.0",
"geoip-lite": "^1.4.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/geoip-lite": "^1.4.4",
"@types/node": "^24.1.0",
"@types/uuid": "^9.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}