UNPKG

@baqhub/sdk

Version:

The official JavaScript SDK for the BAQ federated app platform.

60 lines (59 loc) 1.54 kB
{ "name": "@baqhub/sdk", "version": "0.1.28", "license": "MIT", "description": "The official JavaScript SDK for the BAQ federated app platform.", "author": "Baqhub", "homepage": "https://baq.dev/", "bugs": "https://github.com/baqhub/baq/issues", "repository": { "type": "git", "url": "https://github.com/baqhub/baq.git", "directory": "packages/lib-sdk" }, "keywords": [ "baq", "baqhub", "sdk", "federated", "javascript", "typescript" ], "type": "module", "sideEffects": false, "scripts": { "ts": "tsc --build --watch ./tsconfig.cjs.json ./tsconfig.json", "build": "tsc --build ./tsconfig.cjs.json ./tsconfig.json && tsconfig-to-dual-package", "build:clean": "rm -rf ./build", "publish": "yarn npm publish", "test": "vitest" }, "module": "./build/esm/src/index.js", "main": "./build/cjs/src/index.js", "types": "./build/cjs/src/index.d.ts", "exports": { ".": { "import": "./build/esm/src/index.js", "require": "./build/cjs/src/index.js" } }, "dependencies": { "@noble/curves": "^1.8.1", "@noble/hashes": "^1.7.1", "es6-url-template": "^3.0.2", "fp-ts": "^2.16.9", "io-ts": "^2.2.22", "io-ts-reporters": "^2.0.1", "jsonpath-plus": "^10.3.0", "lodash": "^4.17.21", "tslib": "^2.8.1", "uuid": "^11.1.0" }, "devDependencies": { "@types/lodash": "4.17.15", "@types/uuid": "10.0.0", "tsconfig-to-dual-package": "1.2.0", "typescript": "5.7.3", "vitest": "3.0.7" } }