autogit-plugin-fetch
Version:
A plugin for fetching from a remote.
41 lines (40 loc) • 993 B
JSON
{
"name": "autogit-plugin-fetch",
"description": "A plugin for fetching from a remote.",
"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-plugin-fetch/issues"
},
"license": "MIT",
"author": {
"name": "Fabio Spampinato",
"email": "spampinabio@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiospampinato/autogit-plugin-fetch.git"
},
"keywords": [
"autogit",
"plugin",
"fetch"
],
"dependencies": {
"@types/node": "^10.12.8",
"chalk": "^2.4.1",
"simple-git": "^1.105.0"
},
"devDependencies": {
"rimraf": "^2.6.0",
"typescript": "^3.0.3",
"typescript-transform-export-interop": "^1.0.1"
}
}