{
    "name": "check-types",
    "version": "6.0.0",
    "description": "A tiny library for asserting types and values.",
    "repo": "philbooth/check-types.js",
    "license": "MIT",
    "main": "src/check-types.js",
    "keywords": [
        "types",
        "type-checking",
        "duck-typing",
        "arguments",
        "parameters"
    ],
    "scripts": [
        "src/check-types.js"
    ]
}

