Files
mudita-center/apps/app/package.json
2025-10-24 07:47:21 +00:00

35 lines
1003 B
JSON

{
"name": "mudita-center",
"description": "Mudita Center",
"version": "4.0.0",
"main": "./out/main/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Mudita/mudita-center"
},
"author": {
"name": "Mudita",
"email": "contact@mudita.com"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Mudita/mudita-center/issues"
},
"homepage": "https://github.com/Mudita/mudita-center",
"scripts": {
"setup": "npm ci",
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"fonts:download": "ts-node ../../scripts/download-fonts.ts",
"news:download": "ts-node ../../scripts/download-news.ts",
"help:download": "ts-node ../../scripts/download-help.ts"
},
"dependencies": {
"serialport": "*",
"sql.js": "*",
"getmac": "*",
"usb": "*"
}
}