{ "name": "@appsmith/git", "description": "This package contains all the git related functionality for Appsmith UI", "private": true, "version": "1.0.0", "main": "src/index.ts", "scripts": { "lint": "yarn g:lint", "prettier": "yarn g:prettier", "test:unit": "yarn g:jest --passWithNoTests" }, "dependencies": { "@reduxjs/toolkit": "^2.3.0" } }