{
    "name": "ts-remote-data",
    "version": "1.1.4",
    "description": "Utility type for working with snapshot views of asynchronously-available data",
    "author": {
        "name": "Ted Driggs",
        "email": "t.driggs@extrahop.com"
    },
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "license": "BSD-2-Clause",
    "homepage": "https://github.com/ExtraHop/ts-remote-data",
    "scripts": {
        "build": "tsc",
        "prepare": "npm run build"
    },
    "devDependencies": {
        "typescript": "^3.4.3"
    },
    "repository": "github:ExtraHop/ts-remote-data",
    "keywords": [
        "remote",
        "async",
        "fetch"
    ],
    "files": ["lib/**/*"]
}