{ "name": "@push.rocks/smartgit", "version": "3.2.1", "description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartgit.git" }, "keywords": [ "git", "nodegit", "version control", "git wrapper", "programming", "development", "code management", "repository management", "git operations" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartgit/issues" }, "homepage": "https://code.foss.global/push.rocks/smartgit", "dependencies": { "@push.rocks/smartenv": "^5.0.13", "@push.rocks/smartfile": "^11.2.5", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartshell": "^3.2.3", "@push.rocks/smartstring": "^4.0.15", "@push.rocks/smarttime": "^4.1.1", "@types/diff": "^8.0.0", "diff": "^8.0.2", "isomorphic-git": "^1.32.2" }, "devDependencies": { "@git.zone/tsbuild": "^2.6.4", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^2.3.2" }, "private": false, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977" }