{
    "name": "@stamhoofd/types",
    "version": "2.147.0",
    "type": "module",
    "exports": {
        "./*": {
            "types": "./dist/*.d.ts",
            "import": "./dist/*.js",
            "require": "./dist/*.js"
        }
    },
    "files": [
        "dist",
        "package.json"
    ],
    "scripts": {
        "build": "tsc --build tsconfig.build.json",
        "lint": "eslint"
    },
    "dependencies": {
        "jose": "5.10.0"
    },
    "devDependencies": {
        "eslint-plugin-stamhoofd": "2.147.0"
    },
    "license": "UNLICENCED",
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "25032d66c24c9e9213084efd71af6202e4ae59ad"
}
