24 lines
754 B
JSON
24 lines
754 B
JSON
{
|
|
"name": "@erayt/titanOne3.5-package-app",
|
|
"version": "0.2.0",
|
|
"description": "titanOne3.5多应用框架模块打包app.asar工具.",
|
|
"scripts": {
|
|
"build": "npm run compile:electron && npm run compile:asar",
|
|
"compile:asar": "easar pack app ../../../dist/electron/app.asar --unpack \"{init,version}.json\"",
|
|
"compile:electron": "grunt build"
|
|
},
|
|
"author": "SCM",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@erayt/titanOne-dll": "^3.0.0",
|
|
"@erayt/titanOne3.0-electron-index": "^3.0.0",
|
|
"@erayt/titanOne3.0-electron-login": "^3.0.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "~0.8.0",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"time-grunt": "^1.4.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|