{
    "name": "@stamhoofd/structures",
    "version": "2.119.0",
    "main": "./dist/index.js",
    "module": "./esm/dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "import": "./esm/dist/index.js",
            "require": "./dist/index.js",
            "types": "./dist/index.d.ts"
        }
    },
    "license": "UNLICENCED",
    "sideEffects": [
        "./src/circular-dependencies/*.ts",
        "./index.ts",
        "./esm/dist/src/circular-dependencies/*.js",
        "./dist/src/circular-dependencies/*.js",
        "./esm/dist/index.js",
        "./dist/index.js"
    ],
    "files": [
        "dist",
        "esm/dist",
        "esm/dist/package.json"
    ],
    "scripts": {
        "build": "yarn -s build-cjs && yarn -s build-esm",
        "build-cjs": "tsc -p . --declaration",
        "build-esm": "cd esm && tsc -p . --declaration",
        "test": "jest",
        "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": "7bcbadd31fcc4f3109efc67c4034d1382a1d0439"
}
