{ "name": "sandbox", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "build": "tsc", "format": "prettier --write .", "lint": "prettier --check . && eslint .", "start": "node build" }, "author": "", "license": "ISC", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.2", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "eslint": "^8.56.0", "prettier": "^3.2.2", "typescript": "^5.3.3" }, "dependencies": { "dotenv": "^16.3.1", "fs-extra": "^11.2.0", "simple-git": "^3.22.0", "tree-kill": "^1.2.2", "url-join": "^5.0.0", "zod": "^3.22.4" } }