@xman.io/xman-js-sdk
Version:
Javascript/typescript SDK to access the data published using XMan.io
68 lines • 1.78 kB
JSON
{
"name": "@xman.io/xman-js-sdk",
"version": "1.4.6",
"description": "Javascript/typescript SDK to access the data published using XMan.io",
"type": "module",
"main": "./dist/sdk/xman-js-sdk.cjs",
"module": "./dist/sdk/xman-js-sdk.mjs",
"browser": "./dist/sdk/xman-js-sdk.umd.js",
"typings": "./dist/sdk/xman-js-sdk.d.ts",
"exports": {
".": {
"import": "./dist/sdk/xman-js-sdk.mjs",
"require": "./dist/sdk/xman-js-sdk.cjs",
"browser": "./dist/sdk/xman-js-sdk.umd.js",
"types": "./dist/sdk/xman-js-sdk.d.ts"
}
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"pretest": "yarn build",
"test": "vitest",
"coverage": "vitest run --coverage",
"dist": "rm -rf dist && rollup -c && cp src/index.html dist/index.html && yarn pack"
},
"files": [
"dist/sdk/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/liquiron/xman-js-sdk"
},
"keywords": [
"XMan I/O",
"xman",
"Javascript",
"typescript",
"SDK",
"Small Data",
"Content Management",
"Realtime",
"Data",
"Manage"
],
"author": "Liquiron, Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/liquiron/xman-js-sdk/issues"
},
"homepage": "https://github.com/liquiron/xman-js-sdk#readme",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/lodash": "^4.17.20",
"@types/node": "^24.5.1",
"@vitest/coverage-v8": "^3.2.4",
"msw": "^2.11.2",
"rollup": "^4.50.2",
"rollup-plugin-dts": "^6.2.3",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
}
}