{
    "name": "@stamhoofd/structures",
    "version": "2.120.6",
    "type": "module",
    "types": "./dist/index.d.ts",
    "module": "./dist/index.js",
    "main": "./dist/index.js",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "require": "./dist/index.js"
        }
    },
    "files": [
        "dist",
        "package.json"
    ],
    "license": "UNLICENCED",
    "sideEffects": [
        "./src/circular-dependencies/*.ts",
        "./src/index.ts",
        "./dist/circular-dependencies/*.js",
        "./dist/index.js"
    ],
    "scripts": {
        "build": "tsc --build tsconfig.build.json",
        "test": "vitest",
        "lint": "eslint"
    },
    "devDependencies": {
        "@simonbackx/simple-errors": "^1.5",
        "@types/uuid": "^8.3.0",
        "uuid": "11.0.3"
    },
    "peerDependencies": {
        "@simonbackx/simple-errors": "^1.5",
        "uuid": "11.0.3"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "0f41cc566739b9793910b67286a66be5745a163e"
}
