{
    "name": "fhook",
    "version": "0.3.0",
    "description": "Dependency Injection for functions via hooks",
    "main": "index.js",
    "dependencies": {},
    "devDependencies": {
        "@types/jest": "^24.0.15",
        "coveralls": "^3.0.4",
        "jest": "^24.8.0",
        "tslint": "^5.18.0",
        "typescript": "^3.5.2"
    },
    "scripts": {
        "test": "tsc && tslint --project tsconfig.json && jest --verbose --coverage",
        "watch:test": "jest --watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/arvitaly/fhook.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/arvitaly/fhook/issues"
    },
    "homepage": "https://github.com/arvitaly/fhook#readme",
    "jest": {
        "testMatch": [
            "**/__tests__/**/*.js",
            "**/?(*.)+(spec|test).js"
        ]
    }
}
