{
    "name": "smart-timeout",
    "version": "2.7.1",
    "description": "Timers with Cleared, Pending, Executed, & Paused States",
    "main": "index.js",
    "scripts": {
        "build": "tsc -p . && git checkout HEAD -- index.d.ts index.js",
        "test": "node test.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/rommelsantor/Timeout.git"
    },
    "keywords": [
        "timeout",
        "setTimeout",
        "delay",
        "wait",
        "pause",
        "resume",
        "cancel",
        "timer",
        "typescript"
    ],
    "author": "Rommel Santor",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/rommelsantor/Timeout/issues"
    },
    "homepage": "https://github.com/rommelsantor/Timeout#readme",
    "devDependencies": {
        "tslint": "^6.1.1",
        "typescript": "^3.8.3"
    },
    "dependencies": {}
}
