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