init commit

This commit is contained in:
2025-03-21 15:17:53 +01:00
commit d483a245f8
22 changed files with 275 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@mtlsz/common",
"version": "1.0.2",
"description": "MTLSZ frontend packages",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.tothbt.com/tothbt/mtlsz-frontend-packages"
},
"author": "TRWEB",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.2"
}
}