UNPKG

@shapediver/sdk.geometry-api-sdk-v2

Version:
60 lines (59 loc) 1.7 kB
{ "name": "@shapediver/sdk.geometry-api-sdk-v2", "version": "2.9.0", "description": "SDK to communicate with the Geometry API version 2", "keywords": [ "shapediver", "sdk", "geometry api" ], "author": "Matthias Reisacher <matt@shapediver.com>", "license": "ISC", "main": "dist/index.js", "directories": { "test": "__tests__" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/shapediver/GeometryBackendSdkTypeScript.git" }, "scripts": { "test": "bash ../../scripts/test.sh", "check": "tsc --noEmit", "build": "bash ../../scripts/build.sh", "build-dep": "bash ../../scripts/build-dep.sh", "pre-publish": "bash ../../scripts/pre-publish.sh", "post-publish": "bash ../../scripts/post-publish.sh" }, "bugs": { "url": "https://github.com/shapediver/GeometryBackendSdkTypeScript/issues" }, "homepage": "https://github.com/shapediver/GeometryBackendSdkTypeScript#readme", "typings": "dist/index.d.ts", "jest": { "preset": "ts-jest", "testEnvironment": "node", "testTimeout": 60000, "testMatch": [ "**/__tests__/**/*.test.ts" ] }, "dependencies": { "axios": "~1.10.0" }, "devDependencies": { "axios-mock-adapter": "~2.1.0", "jest": "~29.7.0", "lerna": "8.1.8", "typescript": "~5.5.4", "@types/uuid": "~10.0.0", "uuid": "~10.0.0", "webpack": "~5.94.0", "webpack-cli": "~5.1.4", "webpack-dev-server": "~5.0.4" } }