git repo config

This commit is contained in:
SPRINX0\prochazka
2025-10-30 13:48:44 +01:00
parent a1724134ec
commit c0acecc6e9
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,10 @@
"name": "dbgate-filterparser", "name": "dbgate-filterparser",
"main": "lib/index.js", "main": "lib/index.js",
"typings": "lib/index.d.ts", "typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
},
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"start": "tsc --watch", "start": "tsc --watch",

View File

@@ -9,6 +9,10 @@
"build:index": "node build-index.js", "build:index": "node build-index.js",
"prepublishOnly": "yarn build" "prepublishOnly": "yarn build"
}, },
"repository": {
"type": "git",
"url": "https://github.com/dbgate/dbgate.git"
},
"files": [ "files": [
"public" "public"
], ],