mirror of
https://github.com/mudita/mudita-center.git
synced 2026-05-30 19:55:54 -04:00
35 lines
1003 B
JSON
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": "*"
|
|
}
|
|
}
|