General setup for local development of Google Apps Script applications to manipulate Google Docs, Sheets, etc. Or for standalone agents. Some tools aren't listed because not available in this service among the choices. Those are: - clasp: the CLI program for pushing code changes, managing versions and deploys. - ESLint package for working with Google Apps Script code (specifically designed for globals). - esbuild package for working with Google Apps Script code. - TypeScript package for recognizing Google Apps Script types. - Google Apps Script mock libraries for local unit tests.