@onvo-ai/js
Version:
The javascript SDK for Onvo AI dashboard builder
71 lines (70 loc) • 1.75 kB
JSON
{
"name": "@onvo-ai/js",
"version": "0.17.43",
"description": "The javascript SDK for Onvo AI dashboard builder",
"main": "./lib/index.js",
"module": "./lib/esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/index.d.ts",
"default": "./lib/esm/index.mjs"
},
"require": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
}
}
},
"files": [
"lib"
],
"scripts": {
"build": "rm -rf lib && NODE_OPTIONS='--max-old-space-size=12288' tsup",
"test": "NODE_OPTIONS='--max-old-space-size=12288 --experimental-vm-modules' jest --no-cache --coverage --runInBand",
"deploy": "yarn build && yarn publish",
"check-types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/onvo-ai/sdks.git"
},
"author": "Ronnel Davis",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.15.15",
"eslint": "^8.56.0",
"eslint-plugin-sonarjs": "^0.15.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsc-alias": "^1.8.8",
"tsup": "^8.0.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.3.0",
"@badgateway/oauth2-client": "^3.2.0",
"@supabase/supabase-js": "^2.50.2",
"nanoid": "^5.1.5",
"pusher-js": "^8.4.0",
"web-file-polyfill": "^1.0.4",
"zod": "^3.24.3"
},
"keywords": [
"onvo",
"sdk",
"dashboard",
"builder",
"reports",
"analytics",
"ai",
"visualization"
],
"bugs": {
"url": "https://github.com/onvo-ai/sdks/issues"
},
"homepage": "https://github.com/onvo-ai/sdks/tree/main/js"
}