{
    "name": "@uxf/router",
    "version": "11.127.0",
    "description": "UXF Router",
    "author": "UXFans <dev@uxf.cz>",
    "homepage": "https://gitlab.com/uxf-npm/router#readme",
    "license": "ISC",
    "main": "index.js",
    "typings": "index.d.ts",
    "module": "index.js",
    "publishConfig": {
        "access": "public"
    },
    "repository": {
        "type": "git",
        "url": "git+https://gitlab.com/uxf-npm/router.git"
    },
    "scripts": {
        "build": "tsc -P tsconfig.json",
        "typecheck": "tsc --noEmit"
    },
    "bugs": {
        "url": "https://gitlab.com/uxf-npm/router/issues"
    },
    "dependencies": {
        "true-case-path": "2.2.1"
    },
    "peerDependencies": {
        "@uxf/core": "11.127.0",
        "next": ">= 12",
        "superstruct": "^2.0.2"
    },
    "devDependencies": {
        "@uxf/core": "11.127.0",
        "next": "16.3.0",
        "superstruct": "^2.0.2"
    }
}
