Initial commit.

This commit is contained in:
DebaucheryLibrarian 2024-10-22 01:50:21 +02:00
commit 351bd046ba
3 changed files with 36 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules/
config/
!config/default.js

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "traxxx-utils",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "traxxx-utils",
"version": "1.0.0",
"license": "ISC"
}
}
}

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "traxxx-utils",
"version": "1.0.0",
"description": "Common utilities for traxxx core and web.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/DebaucheryLibrarian/traxxx-utils.git"
},
"keywords": [
"traxxx",
"database",
"adult"
],
"author": "DebaucheryLibrarian",
"license": "ISC"
}