Files
mtlsz-frontend-packages/package.json
2025-07-23 20:36:54 +02:00

21 lines
456 B
JSON

{
"name": "@mtlsz/common",
"version": "3.0.0",
"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"
}
}