First Commit.
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user