{
    "name": "http-schemas",
    "version": "0.13.2",
    "description": "Strongly-typed HTTP schemas",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "scripts": {
        "build": "tsc",
        "test": "mocha -r ts-node/register \"src/**/*.test.ts\"",
        "prepublishOnly": "npm run build && npm test"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/yortus/http-schemas.git"
    },
    "keywords": [],
    "author": {
        "name": "Troy Gerwien",
        "email": "yortus@gmail.com",
        "url": "http://github.com/yortus/"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/yortus/http-schemas/issues"
    },
    "files": [
        "dist/",
        "client.d.ts",
        "client.js",
        "server.d.ts",
        "server.js"
    ],
    "devDependencies": {
        "@types/body-parser": "^1.19.2",
        "@types/chai": "^4.3.0",
        "@types/compression": "^1.7.2",
        "@types/cookie-parser": "^1.4.2",
        "@types/express": "^4.17.13",
        "@types/express-useragent": "^1.0.2",
        "@types/mocha": "^9.1.0",
        "body-parser": "^1.19.2",
        "chai": "^4.3.6",
        "compression": "^1.7.4",
        "cookie-parser": "^1.4.6",
        "express-useragent": "^1.0.15",
        "mocha": "^9.2.0",
        "ts-node": "^10.5.0",
        "typescript": "^4.5.5"
    },
    "dependencies": {
        "axios": "^0.26.0",
        "express": "^4.17.2",
        "path-to-regexp": "^4.x",
        "rtti": "^1.1.4"
    }
}
