mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 04:33:53 +03:00
16 lines
514 B
JSON
16 lines
514 B
JSON
{
|
|
"name": "ui",
|
|
"version": "3.1.0",
|
|
"scripts": {
|
|
"lint": "npx eslint .",
|
|
"start": "../node_modules/.bin/ng serve --port 8080 --host 0.0.0.0 --disable-host-check",
|
|
"build": "rm -rf dist/ && ../node_modules/.bin/ng build --configuration production && node -e \"console.log(require('./package.json').version)\" > dist/version.txt && cd dist/ && zip -r -D ui.zip * -x '*.DS_Store' && cp ui.zip ../../native/app/Embedded"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
|
|
},
|
|
"devDependencies": {
|
|
}
|
|
}
|