{
    "name": "multi-clasp2",
    "version": "3.0.22",
    "description": "Google Clasp wrapper to push changes to multiple Apps Script projects at once.",
    "exports": "./build/index.js",
    "main": "build/index.js",
    "author": "Fabrizio Antonangeli",
    "license": "GPL-3.0",
    "scripts": {
        "test": "jest",
        "e2e": "npm run build; jest --runInBand --config=jest.e2e.config.js",
        "lint": "eslint .",
        "release": "release-it --verbose",
        "build": "tsc",
        "build-watch": "tsc --watch",
        "start": "node build/src/index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/fantonangeli/multi-clasp2.git"
    },
    "keywords": [
        "clasp",
        "apps",
        "script",
        "multiple",
        "projects"
    ],
    "bugs": {
        "url": "https://github.com/fantonangeli/multi-clasp2/issues"
    },
    "homepage": "https://github.com/fantonangeli/multi-clasp2",
    "bin": {
        "multi-clasp": "build/src/index.js"
    },
    "files": [
        "build"
    ],
    "dependencies": {
        "@google/clasp": "2.5.0",
        "commander": "^13.1.0",
        "typescript": "^5.8.3"
    },
    "devDependencies": {
        "@jest/test-sequencer": "^29.7.0",
        "@types/jest": "^29.5.14",
        "@types/node": "^22.15.3",
        "@typescript-eslint/eslint-plugin": "^8.31.1",
        "@typescript-eslint/parser": "^8.31.1",
        "auto-changelog": "^2.5.0",
        "eslint": "^9.26.0",
        "fs-extra": "^11.3.0",
        "jest": "^29.7.0",
        "release-it": "^19.0.2",
        "ts-jest": "^29.3.2"
    }
}
