{
    "name": "trapi",
    "version": "0.1.25",
    "description": "The main package and contains bundled functionality of all other package and a CLI to interact with them.",
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "dist/"
    ],
    "scripts": {
        "start": "tsc -p tsconfig.build.json -w",
        "build": "npm run clean && tsc -p tsconfig.build.json",
        "clean": "rimraf dist",
        "preblushOnly": "npm run build"
    },
    "keywords": [
        "typescript",
        "REST-API",
        "decorators",
        "metadata",
        "generation",
        "decorator metadata"
    ],
    "author": {
        "name": "Peter Placzek",
        "email": "contact@tada5hi.net",
        "url": "https://github.com/tada5hi"
    },
    "license": "MIT",
    "devDependencies": {
        "@types/jest": "^27.4.0",
        "@types/node": "^16.11.12",
        "jest": "^27.4.7",
        "rimraf": "^3.0.2"
    },
    "dependencies": {
        "@trapi/metadata": "^0.1.6",
        "@trapi/query": "^2.0.3",
        "@trapi/swagger": "^0.2.14",
        "@trapi/utils": "^0.0.2",
        "typescript": "^4.5.4"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "62b194d06e2fe4bcce24df6306cfcdfa7c1479a6"
}
