added shared folder

This commit is contained in:
2025-12-05 15:13:29 +01:00
parent 76c0e6a64b
commit 7bac98a6d5
11 changed files with 7090 additions and 6 deletions

17
shared/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "@borrow-system/shared",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"typescript": "^5.9.3"
}
}