Files
fluxscape/packages/noodl-git/package.json
Eric Tuvesson eb71536cb0 chore: Update branding info (#31)
* fix: branding info for package.json

* fix: updated package jsons with updated contact & author info

---------

Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
2024-06-02 17:43:03 +02:00

15 lines
401 B
JSON

{
"name": "@noodl/git",
"version": "2.7.0",
"main": "src/index.ts",
"description": "",
"author": "Fluxscape <contact@fluxscape.io>",
"homepage": "https://fluxscape.io",
"dependencies": {
"desktop-trampoline": "https://github.com/desktop/desktop-trampoline/archive/refs/tags/v0.9.8.tar.gz",
"dugite": "^1.106.0",
"double-ended-queue": "^2.1.0-0",
"split2": "^4.1.0"
}
}