{ "name": "@speckle/objectloader", "version": "2.4.0", "description": "Simple API helper to stream in objects from the Speckle Server.", "main": "index.js", "homepage": "https://speckle.systems", "type": "module", "repository": { "type": "git", "url": "https://github.com/specklesystems/speckle-server.git", "directory": "packages/objectloader" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint . --ext .js,.ts" }, "keywords": [ "speckle", "aec", "speckle api" ], "author": "AEC Systems", "license": "Apache-2.0", "devDependencies": { "undici": "^4.14.1", "eslint": "^8.11.0", "eslint-config-prettier": "^8.5.0", "prettier": "^2.5.1" } }