{
    "name": "@shapediver/sdk.geometry-api-sdk-v2",
    "version": "3.4.2",
    "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": "npm run test:node && npm run test:browser",
        "test:node": "bash ../../scripts/test.sh",
        "test:browser": "bash ../../scripts/test.sh --config jest.config.browser.js",
        "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"
        ],
        "transform": {
            "^.+\\.[tj]sx?$": [
                "ts-jest",
                {
                    "tsconfig": {
                        "allowJs": true
                    }
                }
            ]
        },
        "transformIgnorePatterns": [
            "/node_modules/(?!.*uuid/)"
        ]
    },
    "dependencies": {
        "axios": "1.16.1"
    },
    "devDependencies": {
        "@types/uuid": "10.0.0",
        "axios-mock-adapter": "2.1.0",
        "jest": "29.7.0",
        "jest-environment-jsdom": "^30.4.1",
        "lerna": "9.0.7",
        "typescript": "5.9.3",
        "uuid": "14.0.0",
        "webpack": "5.107.2",
        "webpack-cli": "5.1.4",
        "webpack-dev-server": "5.2.4"
    }
}
