UNPKG

autogit-command-status

Version:
39 lines (38 loc) 961 B
{ "name": "autogit-command-status", "description": "A command for showing the status of repositories.", "version": "1.0.2", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "compile": "tsc --skipLibCheck && tstei", "compile:watch": "tsc --skipLibCheck --watch", "prepublishOnly": "npm run clean && npm run compile" }, "bugs": { "url": "https://github.com/fabiospampinato/autogit-command-status/issues" }, "license": "MIT", "author": { "name": "Fabio Spampinato", "email": "spampinabio@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/fabiospampinato/autogit-command-status.git" }, "keywords": [ "autogit", "command", "status" ], "dependencies": { "@types/node": "^10.12.8" }, "devDependencies": { "rimraf": "^2.6.0", "typescript": "^3.0.3", "typescript-transform-export-interop": "^1.0.1" } }