{
    "name": "@stamhoofd/structures",
    "version": "2.121.0",
    "type": "module",
    "types": "./dist/index.d.ts",
    "module": "./dist/index.js",
    "main": "./dist/index.js",
    "exports": {
        ".": "./dist/index.js",
        "./*.js": "./dist/*.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": "11a280f3924b9eaab5af78f265216c774df69266"
}
