Files
mtlsz-frontend-packages/package.json
2025-03-22 14:12:21 +01:00

22 lines
522 B
JSON

{
"name": "@mtlsz/common",
"version": "2.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",
"publish": "npm publish --registry http://registry.trweb.hu"
},
"repository": {
"type": "git",
"url": "https://git.tothbt.com/tothbt/mtlsz-frontend-packages"
},
"author": "TRWEB",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.2"
}
}