{
    "name": "@trapi/metadata",
    "version": "2.0.0",
    "description": "Generate REST-API metadata scheme from TypeScript Decorators.",
    "type": "module",
    "main": "dist/index.mjs",
    "types": "dist/index.d.mts",
    "exports": {
        "./package.json": "./package.json",
        ".": {
            "types": "./dist/index.d.mts",
            "import": "./dist/index.mjs"
        }
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "npm run build:js && npm run build:types",
        "build:js": "tsdown",
        "build:types": "tsc -p tsconfig.build.json && tsc -p tsconfig.test.json",
        "test": "vitest --config ./test/vitest.config.ts --run",
        "test:coverage": "vitest --config ./test/vitest.config.ts --run --coverage",
        "preblushOnly": "npm run build"
    },
    "keywords": [
        "typescript",
        "REST-API",
        "decorators",
        "metadata",
        "types",
        "analyze",
        "generation",
        "decorator"
    ],
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Tada5hi/trapi.git",
        "directory": "packages/metadata"
    },
    "bugs": {
        "url": "https://github.com/Tada5hi/trapi/issues"
    },
    "homepage": "https://github.com/Tada5hi/trapi#readme",
    "devDependencies": {
        "jsonata": "^2.0.6"
    },
    "dependencies": {
        "@ebec/core": "^1.0.1",
        "@trapi/core": "2.0.0",
        "flatted": "^3.3.3",
        "locter": "^2.1.6",
        "minimatch": "^10.0.3"
    },
    "peerDependencies": {
        "typescript": ">=5.0.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "779e4c4379373450030bc4cd0d69e274de174783"
}
