mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Centralize package info and do version checking between app/ext
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user