update tsconfig

This commit is contained in:
2024-04-14 17:38:19 +02:00
parent 141af9843f
commit 7aa83ac730
4 changed files with 144 additions and 74 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartgit",
"version": "3.0.2",
"description": "smart wrapper for nodegit",
"description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -15,9 +15,15 @@
"url": "https://gitlab.com/pushrocks/smartgit.git"
},
"keywords": [
"json",
"jade",
"template"
"git",
"nodegit",
"version control",
"git wrapper",
"programming",
"development",
"code management",
"repository management",
"git operations"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
@ -57,4 +63,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}