@wandelbots/nova-js
Version:
Official JS client for the Wandelbots API
68 lines (67 loc) • 1.93 kB
JSON
{
"name": "@wandelbots/nova-js",
"type": "module",
"version": "2.1.4",
"description": "Official JS client for the Wandelbots API",
"sideEffects": false,
"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 \"npm run build && npm pack\"",
"tsc": "tsc --pretty --noEmit",
"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": "npm run build && vitest run",
"prepare": "husky || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wandelbotsgmbh/nova-js.git"
},
"keywords": [
"wandelbots",
"nova",
"api"
],
"author": "Wandelbots",
"license": "Apache-2.0",
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"husky": "^9.1.7",
"nodemon": "^3.1.9",
"prettier-eslint": "^16.3.0",
"semantic-release": "^24.2.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^2.0.2",
"ws": "^8.18.1"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.3",
"@types/three": "^0.174.0",
"@wandelbots/nova-api": "^25.5.0",
"axios": "^1.8.1",
"mobx": "^6.13.6",
"path-to-regexp": "^8.2.0",
"reconnecting-websocket": "^4.4.0",
"three": "^0.174.0",
"url-join": "^5.0.0"
}
}