UNPKG

@wandelbots/nova-js

Version:

Official JS client for the Wandelbots API

73 lines (72 loc) 1.92 kB
{ "name": "@wandelbots/nova-js", "type": "module", "version": "3.3.1", "description": "Official JS client for the Wandelbots API", "sideEffects": false, "packageManager": "pnpm@10.19.0", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./v1": { "import": "./dist/lib/v1/index.mjs", "require": "./dist/lib/v1/index.cjs" }, "./v2": { "import": "./dist/lib/v2/index.mjs", "require": "./dist/lib/v2/index.cjs" } }, "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "dev:pack": "nodemon -w \".\" -e ts -i *.tgz -i dist -x \"pnpm run build && pnpm pack\"", "tsc": "tsc --pretty --noEmit", "lint": "biome check --error-on-warnings .", "format": "biome format . --write", "knip": "knip", "build": "tsdown src/index.ts src/lib/v1/index.ts src/lib/v2/index.ts --format esm,cjs --clean --sourcemap", "test": "pnpm run build && vitest run", "e2e": "vitest run --config vitest.e2e.config.ts" }, "repository": { "type": "git", "url": "git+https://github.com/wandelbotsgmbh/nova-js.git" }, "keywords": [ "wandelbots", "nova", "api" ], "author": "Wandelbots", "license": "Apache-2.0", "devDependencies": { "@biomejs/biome": "^2.3.3", "@types/lodash-es": "^4.17.12", "knip": "^5.66.2", "lodash-es": "^4.17.21", "nodemon": "^3.1.9", "semantic-release": "^24.2.7", "tsdown": "^0.16.0", "typescript": "^5.9.3", "vitest": "^4.0.6", "ws": "^8.18.1" }, "dependencies": { "@auth0/auth0-spa-js": "^2.1.3", "@types/three": "^0.181.0", "@wandelbots/nova-api": "^25.9.1", "axios": "^1.13.1", "mobx": "^6.13.6", "path-to-regexp": "^8.2.0", "reconnecting-websocket": "^4.4.0", "three": "^0.181.0", "url-join": "^5.0.0" } }