UNPKG

@tranthor/sdk-node

Version:

Tranthor's node sdk for customer engagement.

49 lines (48 loc) 1.12 kB
{ "name": "@tranthor/sdk-node", "version": "0.1.3", "description": "Tranthor's node sdk for customer engagement.", "main": "dist/cjs/index.js", "module": "dist/ejs/index.js", "types": "dist/cjs/index.d.ts", "files": [ "dist/" ], "repository": { "type": "git", "url": "git+https://github.com/tranthor/sdk-node.git" }, "author": "", "license": "MIT", "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "prepublishOnly": "yarn build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.12.0", "@types/uuid": "^10.0.0", "jest": "^29.7.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "packageManager": "yarn@4.1.1", "dependencies": { "@tranthor/sdk-core-library": "^0.1.0", "cross-fetch": "^4.0.0", "uuid": "^11.0.3" }, "keywords": [ "tranthor", "sdk", "customer-engagement", "analytics" ], "publishConfig": { "access": "public" } }