git-autoshelve
Version:
TFS-like autoshelving for GIT repository
44 lines (43 loc) • 933 B
JSON
{
"name": "git-autoshelve",
"version": "0.1.1",
"description": "TFS-like autoshelving for GIT repository",
"main": "autoshelve.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"GIT",
"TFS",
"TFVC",
"autoshelve",
"shelve",
"backup",
"source"
],
"author": "Roman Jámbor",
"license": "MIT",
"dependencies": {
"hidefile": "^3.0.0",
"module-alias": "^2.2.2",
"simple-git": "^2.20.1"
},
"devDependencies": {
"@types/hidefile": "^3.0.0",
"@types/node": "^14.11.2",
"typescript": "^4.0.3"
},
"bin": {
"gitautoshelve": "./bin.js"
},
"_moduleAliases": {
"@this": "."
},
"files": [
"src/**/*.js",
"src/**/*.d.ts",
"autoshelve.js",
"bin.js",
"LICENSE"
]
}