{
    "name": "@shapediver/api.geometry-api-dto-v2",
    "version": "1.26.0",
    "description": "Data Transfer Object Definitions of the Geometry API v2",
    "keywords": [],
    "author": "Matthias Reisacher <matt@shapediver.com>",
    "license": "ISC",
    "main": "dist/index.js",
    "directories": {},
    "files": [
        "dist",
        "src"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/shapediver/ShapeDiverBackend.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",
        "oas-generate": "sd-oas3 generate -s ./src -e ts"
    },
    "bugs": {
        "url": "https://github.com/shapediver/ShapeDiverBackend/issues"
    },
    "homepage": "https://github.com/shapediver/ShapeDiverBackend#readme",
    "typings": "dist/index.d.ts",
    "devDependencies": {
        "@shapediver/util.oas3": "~1.0.1",
        "lerna": "8.1.8",
        "typescript": "~5.6.3"
    }
}
