UNPKG

@wandelbots/nova-js

Version:

Official JS client for the Wandelbots API

71 lines (70 loc) 2.03 kB
{ "name": "@wandelbots/nova-js", "type": "module", "version": "3.2.0", "description": "Official JS client for the Wandelbots API", "sideEffects": false, "packageManager": "pnpm@10.15.0", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./v1": { "import": "./dist/lib/v1/index.js", "require": "./dist/lib/v1/index.cjs" }, "./v2": { "import": "./dist/lib/v2/index.js", "require": "./dist/lib/v2/index.cjs" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "dev:pack": "nodemon -w \".\" -e ts -i *.tgz -i dist -x \"nr build && npm pack\"", "tsc": "tsc --pretty --noEmit", "lint": "biome check --error-on-warnings .", "format": "biome format . --write", "knip": "knip", "build": "tsup src/index.ts src/lib/v1/index.ts src/lib/v2/index.ts --format esm,cjs --clean --sourcemap --env.NOVA_AUTH0_DEV_CLIENT_ID=$NOVA_AUTH0_DEV_CLIENT_ID --env.NOVA_AUTH0_STG_CLIENT_ID=$NOVA_AUTH0_STG_CLIENT_ID --env.NOVA_AUTH0_PROD_CLIENT_ID=$NOVA_AUTH0_PROD_CLIENT_ID && tsc --declaration --emitDeclarationOnly", "test": "nr build && vitest run" }, "repository": { "type": "git", "url": "git+https://github.com/wandelbotsgmbh/nova-js.git" }, "keywords": [ "wandelbots", "nova", "api" ], "author": "Wandelbots", "license": "Apache-2.0", "devDependencies": { "@antfu/ni": "^25.0.0", "@biomejs/biome": "^2.2.2", "knip": "^5.63.1", "nodemon": "^3.1.9", "semantic-release": "^24.2.7", "tsup": "^8.5.0", "typescript": "^5.8.2", "vitest": "^3.2.4", "ws": "^8.18.1" }, "dependencies": { "@auth0/auth0-spa-js": "^2.1.3", "@types/three": "^0.174.0", "@wandelbots/nova-api": "^25.9.0-dev.13", "axios": "^1.12.2", "mobx": "^6.13.6", "path-to-regexp": "^8.2.0", "reconnecting-websocket": "^4.4.0", "three": "^0.174.0", "url-join": "^5.0.0" } }