{
    "name": "@routup/decorators",
    "version": "5.0.0",
    "type": "module",
    "description": "Decorators plugin for routup.",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        },
        "./preset": {
            "types": "./dist/preset.d.mts",
            "import": "./dist/preset.mjs"
        }
    },
    "types": "./dist/index.d.mts",
    "files": [
        "assets/",
        "dist/"
    ],
    "scripts": {
        "build": "npm run build:js && npm run build:types",
        "build:js": "rimraf ./dist && tsdown",
        "build:types": "tsc --noEmit -p tsconfig.build.json",
        "test": "vitest run --config ./test/vitest.config.ts",
        "test:coverage": "vitest run --config ./test/vitest.config.ts --coverage",
        "lint": "eslint ./src",
        "lint:fix": "npm run lint -- --fix"
    },
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "keywords": [
        "decorators",
        "annotations",
        "api",
        "rest",
        "http",
        "router",
        "api-router",
        "route",
        "routing"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/routup/plugins.git",
        "directory": "packages/decorators"
    },
    "bugs": {
        "url": "https://github.com/routup/plugins/issues"
    },
    "homepage": "https://github.com/routup/plugins#readme",
    "peerDependencies": {
        "@trapi/core": "^2.0.0",
        "routup": "^6.0.0"
    },
    "peerDependenciesMeta": {
        "@trapi/core": {
            "optional": true
        }
    },
    "dependencies": {
        "@routup/body": "^4.0.0",
        "@routup/cookie": "^4.0.0",
        "@routup/query": "^4.0.0"
    },
    "devDependencies": {
        "@trapi/core": "^2.0.0",
        "@trapi/metadata": "^2.0.0",
        "@trapi/swagger": "^2.0.0",
        "jsonata": "^2.2.1",
        "routup": "^6.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "94d729e309c1eec0401afb4d8083f65ce3aa8e0b"
}
