21 lines
456 B
JSON
21 lines
456 B
JSON
{
|
|
"name": "@mtlsz/common",
|
|
"version": "3.2.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"
|
|
}
|
|
}
|