{
    "name": "@shapediver/sdk.sdtf-primitives",
    "version": "1.7.0",
    "description": "Extension containing sdTF primitive types",
    "keywords": [
        "shapediver",
        "sdk",
        "sdTF"
    ],
    "author": "ShapeDiver",
    "license": "ISC",
    "main": "dist/index.js",
    "directories": {
        "test": "__tests__"
    },
    "files": [
        "dist",
        "src"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/shapediver/ShapeDiverSdtfTypeScript.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/ShapeDiverSdtfTypeScript/issues"
    },
    "homepage": "https://github.com/shapediver/ShapeDiverSdtfTypeScript/tree/master/libs/sdk.sdtf-primitives#readme",
    "typings": "dist/index.d.ts",
    "jest": {
        "preset": "ts-jest",
        "testEnvironment": "node"
    },
    "dependencies": {
        "@shapediver/sdk.sdtf-core": "1.7.0",
        "decimal.js": "10.6.0"
    },
    "devDependencies": {
        "jest": "30.2.0",
        "lerna": "9.0.3",
        "typescript": "5.8.3"
    }
}
