UNPKG

multi-clasp2

Version:

Google Clasp wrapper to push changes to multiple Apps Script projects at once.

57 lines (56 loc) 1.55 kB
{ "name": "multi-clasp2", "version": "4.1.2", "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", "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": "3.3.0", "commander": "^13.1.0", "typescript": "^6.0.3" }, "devDependencies": { "@jest/test-sequencer": "^30.3.0", "@types/jest": "^30.0.0", "@types/node": "^26.0.0", "@typescript-eslint/eslint-plugin": "^8.59.1", "@typescript-eslint/parser": "^8.59.1", "auto-changelog": "^2.5.0", "eslint": "^10.2.1", "fs-extra": "^11.3.4", "jest": "^30.3.0", "release-it": "^20.0.1", "ts-jest": "^29.4.9" } }