{
    "name": "cfcc",
    "version": "1.2.0",
    "description": "Purge files from a CloudFlare zone cache",
    "main": "index.js",
    "bin": "./bin/cli.js",
    "scripts": {
        "ig": "npm install -g file://.",
        "pack": "npm pack --dry-run",
        "fix": "npm run pretty && npm run lint && npm run spell && npm run test",
        "lint": "eslint '**/*.js'",
        "pretty": "prettier './**/*.{js,json,md}' --write",
        "spell": "npx cspell '**' --config .vscode/cSpell.json",
        "cover": "npx nyc npm test",
        "test": "spoon 'test/src/**/test.*.js'"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/adamjarret/cfcc.git"
    },
    "bugs": {
        "url": "https://github.com/adamjarret/cfcc/issues"
    },
    "keywords": [
        "cloudflare",
        "cache",
        "clear",
        "purge",
        "zone"
    ],
    "homepage": "https://github.com/adamjarret/cfcc",
    "author": "Adam Jarret <adam@atj.me> (https://atj.me)",
    "license": "MIT",
    "dependencies": {
        "argv-walk": "^1.0.3"
    },
    "devDependencies": {
        "eslint": "^7.4.0",
        "prettier": "^2.0.5",
        "spooning": "^1.1.3",
        "spooning-cli": "^1.0.6"
    }
}
