{
    "$schema": "https://json.schemastore.org/package",
    "name": "@kayahr/cspell",
    "version": "10.0.1-bundle.1",
    "type": "module",
    "description": "A drop-in replacement for cspell, bundling cspell and its many dependencies into a single module",
    "keywords": [
        "cspell",
        "no dependencies",
        "bundle",
        "spell",
        "checker",
        "code",
        "spelling",
        "spell checker",
        "spelling checker"
    ],
    "license": "MIT",
    "author": {
        "name": "Klaus Reimer",
        "email": "k@ailis.de"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kayahr/cspell.git"
    },
    "homepage": "https://github.com/kayahr/cspell",
    "bugs": "https://github.com/kayahr/cspell/issues",
    "funding": "https://github.com/kayahr/cspell?sponsor=1",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "lib"
    ],
    "bin": {
        "cspell": "lib/cspell.js"
    },
    "scripts": {
        "clean": "rm -rf lib",
        "build": "node build.js",
        "test": "run test:*",
        "test:unit": "ntest",
        "test:cspell": "node lib/cspell.js",
        "prepare": "run clean build",
        "start": "node lib/cspell.js"
    },
    "devDependencies": {
        "@kayahr/npm-utils": "1.1.2",
        "@kayahr/ntest": "1.3.0",
        "cspell": "10.0.1",
        "esbuild": "0.28.0",
        "esbuild-plugin-license": "1.2.3"
    }
}
