isogit-lfs/package.json

29 lines
654 B
JSON

{
"name": "@nulo/isogit-lfs",
"version": "0.3.1",
"description": "LFS helpers for Isomorphic Git",
"main": "dist/index.js",
"repository": "git@github.com:riboseinc/isogit-lfs.git",
"scripts": {
"prepublish": "tsc"
},
"author": {
"name": "Ribose Inc.",
"email": "open.source@ribose.com"
},
"dependencies": {
"@aws-crypto/sha256-universal": "^2.0.2",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1"
},
"peerDependencies": {
"isomorphic-git": "^1.7.8"
},
"devDependencies": {
"@types/path-browserify": "^1.0.0",
"isomorphic-git": "^1.7.8",
"typescript": "^4.4.2"
},
"license": "MIT"
}