Files
Unify-db/package.json

30 lines
599 B
JSON
Raw Normal View History

2025-12-25 09:56:43 +01:00
{
"type": "module",
"name": "Unify",
"license-key": "",
"version": "1.0.0",
"description": "Unify",
"main": "http://localhost:3000",
"node-remote": "http://localhost:3000",
"module": "./node-esm.js",
"window": {
"width": 1430,
"height": 750,
"icon": "icon.png"
},
"chromium-args": "--enable-devtools --child-clean-exit --enable-node-worker",
"nodemonConfig": {
"ignore": [
"configs/*.js",
"assets/*",
"*/imports.js",
"*/plugins.js",
"*/config.js",
"*configs/*",
"*framework/cache/*",
"*/bundle.js"
]
}
}