{
    "name": "node-editorconfig",
    "version": "1.6.3",
    "description": "Add a ready-to-use .editorconfig to any Node.js project with a single command.",
    "engines": {
        "node": ">=20.0.0"
    },
    "bin": {
        "node-editorconfig": "./copy-editorconfig-to-cwd.js"
    },
    "files": [
        ".editorconfig",
        "copy-editorconfig-to-cwd.js"
    ],
    "scripts": {
        "start": "node ./copy-editorconfig-to-cwd.js",
        "eslint": "eslint .",
        "test": "node --run eslint"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/webextensions/node-editorconfig.git"
    },
    "devDependencies": {
        "eslint": "^10.4.0",
        "@eslint/js": "^10.0.1",
        "globals": "^17.6.0"
    },
    "keywords": [
        "generic",
        "setup",
        "init",
        "initialize",
        "default",
        "editorconfig",
        ".editorconfig",
        "node",
        "js",
        "NodeJS",
        "Node.js",
        "project"
    ],
    "author": "Priyank Parashar",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/webextensions/node-editorconfig/issues"
    },
    "homepage": "https://github.com/webextensions/node-editorconfig#readme"
}
