UNPKG

omx-sdk

Version:

Unified SDK for Oxinion services integration

62 lines (61 loc) 1.33 kB
{ "name": "omx-sdk", "version": "1.0.1", "description": "Unified SDK for Oxinion services integration", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --build", "test": "jest", "lint": "eslint src/**/*.ts", "clean": "rm -rf dist" }, "keywords": [ "omx", "oxinion", "sdk", "geotrigger", "email", "webhook", "beacon", "push-notification" ], "author": "Oxinion", "license": "MIT", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/oxinion/omx-sdk.git" }, "homepage": "https://github.com/oxinion/omx-sdk#readme", "bugs": { "url": "https://github.com/oxinion/omx-sdk/issues" }, "publishConfig": { "access": "public" }, "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "devDependencies": { "@types/jest": "^29.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "typescript": "^5.0.0" }, "dependencies": { "@omx-sdk/core": "workspace:^", "@omx-sdk/geotrigger": "workspace:^", "@omx-sdk/email": "workspace:^", "@omx-sdk/webhook": "workspace:^", "@omx-sdk/beacon": "workspace:^", "@omx-sdk/push-notification": "workspace:^" } }