Centralize package info and do version checking between app/ext

This commit is contained in:
hensm
2018-12-11 19:42:01 +00:00
parent d615caf30d
commit 88a5c68a1b
17 changed files with 222 additions and 76 deletions

View File

@@ -1,4 +1,9 @@
{
"__applicationName": "fx_cast_bridge",
"__applicationVersion": "0.0.1",
"__applicationDirectoryName": "fx_cast",
"__applicationExecutableName": "bridge",
"scripts": {
"build": "node bin/build.js",
"package": "node bin/build.js --package",
@@ -22,6 +27,7 @@
"@babel/register": "^7.0.0",
"glob": "^7.1.3",
"minimist": "^1.2.0",
"mustache": "^3.0.1",
"pkg": "^4.3.5"
},
"optionalDependencies": {