UNPKG

simple-git

Version:

Simple GIT interface for node.js

51 lines 1.13 kB
{ "name": "simple-git", "description": "Simple GIT interface for node.js", "version": "3.36.0", "author": "Steve King <steve@mydev.co>", "contributors": [ { "name": "Steve King", "email": "steve@mydev.co" } ], "funding": { "type": "github", "url": "https://github.com/steveukx/git-js?sponsor=1" }, "keywords": [ "git", "source control", "vcs" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/steveukx/git-js.git", "directory": "simple-git" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "exports": { ".": { "types": "./dist/typings/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./promise": { "require": "./promise.js" } }, "types": "./dist/typings/index.d.ts", "files": [ "promise.*", "dist" ], "dependencies": { "@kwsites/file-exists": "^1.1.1", "@kwsites/promise-deferred": "^1.1.1", "@simple-git/args-pathspec": "^1.0.3", "@simple-git/argv-parser": "^1.1.0", "debug": "^4.4.0" } }