{ "name": "@push.rocks/smartgit", "version": "3.0.2", "description": "smart wrapper for nodegit", "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://gitlab.com/pushrocks/smartgit.git" }, "keywords": [ "json", "jade", "template" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartgit/issues" }, "homepage": "https://gitlab.com/pushrocks/smartgit", "dependencies": { "@push.rocks/smartenv": "^5.0.12", "@push.rocks/smartfile": "^11.0.0", "@push.rocks/smartpath": "^5.0.5", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartshell": "^3.0.3", "@push.rocks/smartstring": "^4.0.9", "@types/minimatch": "^5.1.2", "isomorphic-git": "^1.25.0" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.66", "@git.zone/tsrun": "^1.2.44", "@git.zone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.15" }, "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" ] }