{
    "name": "task-library",
    "version": "0.276.0",
    "description": "A collection of bash scripts to support build, test, deploy and chores associated with developing and maintaining Node apps.",
    "homepage": "https://github.com/mattriley/node-task-library",
    "repository": "github:mattriley/node-task-library",
    "author": {
        "name": "Matt Riley",
        "email": "m@ttriley.dev",
        "url": "https://github.com/mattriley"
    },
    "bugs": {
        "url": "https://github.com/mattriley/node-task-library/issues",
        "email": "m@ttriley.dev"
    },
    "bin": {
        "task": "./bin/task"
    },
    "files": [
        "src/**/*",
        "bin/**/*"
    ],
    "main": "./src/main.js",
    "scripts": {
        "cov": "npx task cov",
        "deploy": "npx task deploy",
        "lint": "npx task lint",
        "pre": "npx task pre",
        "setup": "npm i && npx task setup",
        "start": "npx task start",
        "test": "npx task test"
    },
    "dependencies": {
        "c8": "^10.1.3",
        "chokidar-cli": "^3.0.0",
        "fast-glob": "^3.3.3",
        "lodash": "^4.17.21",
        "n": "^10.2.0"
    },
    "devDependencies": {
        "@babel/core": "^7.28.4",
        "@babel/node": "^7.28.0",
        "@babel/preset-env": "^7.28.3",
        "cloc": "^2.11.0",
        "doctoc": "^2.2.1",
        "ejs": "^3.1.10",
        "eslint": "^9.36.0",
        "eslint-plugin-import": "^2.32.0",
        "eslint-plugin-mocha": "^11.1.0",
        "husky": "^9.1.7",
        "module-indexgen": "*",
        "module-testrunner": "*",
        "npm-check-updates": "^18.3.0",
        "task-library": "file:",
        "testing": "file:./testing"
    }
}
