1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-25 20:51:06 +03:00
eqMac/ui/package.json

16 lines
514 B
JSON
Raw Normal View History

2020-04-04 21:15:38 +03:00
{
2021-04-10 16:32:25 +03:00
"name": "ui",
2021-10-06 19:57:11 +03:00
"version": "3.0.4",
2020-04-04 21:15:38 +03:00
"scripts": {
2021-03-24 17:45:36 +03:00
"lint": "npx eslint .",
2021-09-28 23:43:45 +03:00
"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"
2020-04-04 21:15:38 +03:00
},
"private": true,
"dependencies": {
2020-04-04 21:15:38 +03:00
},
"devDependencies": {
}
}