{
    "name": "async-require-context",
    "version": "1.8.15",
    "description": "A rewritten version of @wilsonlewis' require-context package that utilizes modern technologies.",
    "main": "lib/esm",
    "types": "lib/esm",
    "exports": {
        "import": "./lib/esm/index.js",
        "require": "./lib/cjs/index.js"
    },
    "author": "Josh Merlino",
    "license": "ISC",
    "scripts": {
        "watch-ts": "tsc -w",
        "watch-js": "nodemon .",
        "dev": "concurrently \"npm:watch-*\"",
        "start": "node .",
        "build": "tsc && tsc -p tsconfig.cjs.json",
        "test": "jest",
        "prepare": "npm run build; npm test"
    },
    "devDependencies": {
        "@types/jest": "^27.0.3",
        "@types/node": "^18.0.0",
        "@typescript-eslint/eslint-plugin": "^4.29.2",
        "@typescript-eslint/parser": "^4.29.2",
        "concurrently": "^7.0.0",
        "eslint": "^7.32.0",
        "jest": "^27.4.5",
        "nodemon": "^2.0.12",
        "ts-jest": "^27.1.2",
        "typescript": "^4.3.5",
        "typescript-eslint": "0.0.1-alpha.0"
    },
    "homepage": "https://github.com/JoshMerlino/async-require-context#readme",
    "bugs": {
        "url": "https://github.com/JoshMerlino/async-require-context/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/JoshMerlino/async-require-context.git"
    },
    "keywords": [
        "async",
        "require",
        "recursive",
        "require-context"
    ]
}
