{
    "name": "@noodletired/rest-ts-core",
    "version": "0.7.6",
    "description": "Type-safe rest API definitions to share",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "dependencies": {
        "runtypes": "^6.5.1"
    },
    "files": [
        "dist"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hmil/rest.ts.git"
    },
    "keywords": [
        "typescript",
        "rest",
        "http",
        "api",
        "type",
        "definition"
    ],
    "author": "Hadrien Milano <github.com/hmil>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/hmil/rest.ts/issues"
    },
    "homepage": "https://github.com/hmil/rest.ts#readme"
}
