isogit-lfs/package.json

29 lines
654 B
JSON
Raw Normal View History

2021-11-25 12:27:33 +00:00
{
2022-12-07 15:50:51 +00:00
"name": "@nulo/isogit-lfs",
2023-05-16 22:56:12 +00:00
"version": "0.3.1",
2022-12-07 15:54:38 +00:00
"description": "LFS helpers for Isomorphic Git",
2023-05-16 22:30:11 +00:00
"main": "dist/index.js",
2021-11-25 12:27:33 +00:00
"repository": "git@github.com:riboseinc/isogit-lfs.git",
2023-05-16 22:30:11 +00:00
"scripts": {
"prepublish": "tsc"
},
2021-11-25 12:27:33 +00:00
"author": {
"name": "Ribose Inc.",
"email": "open.source@ribose.com"
},
2022-12-07 15:54:38 +00:00
"dependencies": {
2022-12-07 23:39:09 +00:00
"@aws-crypto/sha256-universal": "^2.0.2",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1"
2022-12-07 15:54:38 +00:00
},
2021-11-25 12:27:33 +00:00
"peerDependencies": {
2022-12-07 15:54:38 +00:00
"isomorphic-git": "^1.7.8"
2021-11-25 12:27:33 +00:00
},
"devDependencies": {
2022-12-07 23:39:09 +00:00
"@types/path-browserify": "^1.0.0",
2021-11-25 12:27:33 +00:00
"isomorphic-git": "^1.7.8",
"typescript": "^4.4.2"
},
"license": "MIT"
}