Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker Hub / build_and_push (push) Waiting to run
Electron App Release / pre_build (push) Waiting to run
Electron App Release / release (AppImage, linux, checksums, checksums, false, ubuntu-20.04) (push) Blocked by required conditions
Electron App Release / release (dmg, mac, checksums, checksums, false, macos-11) (push) Blocked by required conditions
Electron App Release / release (exe, windows, checksums, checksums, true, windows-2022) (push) Blocked by required conditions
GitHub Pages / build-and-deploy (push) Waiting to run
Linting / lint (push) Waiting to run
162 lines
5 KiB
JSON
162 lines
5 KiB
JSON
{
|
|
"name": "nault",
|
|
"version": "1.18.3",
|
|
"license": "MIT",
|
|
"description": "Wallet for interacting with nano",
|
|
"author": "The Nano Community / Andrew Steele",
|
|
"main": "desktop-app/dist/desktop-app.js",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"publish": "build -wml --x64 -p always",
|
|
"release": "npm run desktop:build && electron-builder",
|
|
"wallet:dev": "ng serve --open",
|
|
"wallet:dev-ssl": "ng serve --ssl --open",
|
|
"wallet:build": "ng build --configuration production",
|
|
"wallet:build-desktop": "ng build --configuration=desktop --base-href ",
|
|
"desktop:compile": "cd desktop-app && tsc && cd ..",
|
|
"desktop:build": "npm run wallet:build-desktop && npm run desktop:compile",
|
|
"desktop:build-local": "npm run desktop:build && npm run desktop:local",
|
|
"desktop:dev": "npm run desktop:compile && electron desktop-app/dist/desktop-app.js",
|
|
"desktop:local": "electron-builder -p never"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular-devkit/core": "13.1.2",
|
|
"@angular/animations": "^13.1.1",
|
|
"@angular/common": "^13.1.1",
|
|
"@angular/compiler": "^13.1.1",
|
|
"@angular/core": "^13.1.1",
|
|
"@angular/forms": "^13.1.1",
|
|
"@angular/localize": "^13.1.1",
|
|
"@angular/platform-browser": "^13.1.1",
|
|
"@angular/platform-browser-dynamic": "^13.1.1",
|
|
"@angular/router": "^13.1.1",
|
|
"@angular/service-worker": "^13.1.1",
|
|
"@dncurrency/nanocurrency": "^2.5.0",
|
|
"@dncurrency/nanocurrency-web": "^1.4.3",
|
|
"@ledgerhq/hw-transport": "^6.27.1",
|
|
"@ledgerhq/hw-transport-node-ble": "^6.27.1",
|
|
"@ledgerhq/hw-transport-node-hid": "^6.27.1",
|
|
"@ledgerhq/hw-transport-u2f": "^5.34.0",
|
|
"@ledgerhq/hw-transport-web-ble": "^6.27.1",
|
|
"@ledgerhq/hw-transport-webhid": "^6.27.1",
|
|
"@ledgerhq/hw-transport-webusb": "^6.27.1",
|
|
"@ledgerhq/logs": "^6.10.0",
|
|
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
|
|
"@ngneat/transloco": "^3.1.1",
|
|
"@types/crypto-js": "^3.1.38",
|
|
"@types/w3c-web-hid": "^1.0.2",
|
|
"@types/w3c-web-usb": "^1.0.5",
|
|
"@zxing/browser": "^0.0.10",
|
|
"@zxing/library": "^0.18.6",
|
|
"@zxing/ngx-scanner": "^3.4.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"bignumber.js": "^5.0.0",
|
|
"bip39": "^3.0.2",
|
|
"blakejs": "^1.1.0",
|
|
"core-js": "^3.6.5",
|
|
"crypto-js": "^4.2.0",
|
|
"electron-log": "^4.3.1",
|
|
"electron-settings": "^4.0.2",
|
|
"electron-updater": "^4.3.5",
|
|
"hermes-channel": "0.0.6",
|
|
"hw-app-nano": "^1.3.0",
|
|
"nano-base32": "^1.0.1",
|
|
"ngx-clipboard": "^12.3.0",
|
|
"node-hid": "^2.2.0",
|
|
"qrcode": "^1.4.4",
|
|
"rxjs": "^6.5.5",
|
|
"rxjs-compat": "^6.5.5",
|
|
"safe-buffer": "^5.2.1",
|
|
"tslib": "^2.0.0",
|
|
"tweetnacl": "^1.0.0",
|
|
"url": "^0.11.0",
|
|
"usb": "^2.0.3",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^13.1.2",
|
|
"@angular-eslint/builder": "13.2.1",
|
|
"@angular-eslint/eslint-plugin": "13.2.1",
|
|
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
|
"@angular-eslint/schematics": "13.2.1",
|
|
"@angular-eslint/template-parser": "13.2.1",
|
|
"@angular/cli": "^13.1.2",
|
|
"@angular/compiler-cli": "^13.1.1",
|
|
"@angular/language-service": "^13.1.1",
|
|
"@types/bip39": "^2.4.0",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.2",
|
|
"@types/ledgerhq__hw-transport": "^4.21.3",
|
|
"@types/node": "^12.20.39",
|
|
"@types/qrcode": "^0.8.1",
|
|
"@typescript-eslint/eslint-plugin": "5.17.0",
|
|
"@typescript-eslint/parser": "5.17.0",
|
|
"electron": "^9.4.0",
|
|
"electron-builder": "^25.1.8",
|
|
"eslint": "^8.12.0",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~6.3.9",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-cli": "~2.0.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"protractor": "~7.0.0",
|
|
"ts-node": "~3.2.0",
|
|
"typescript": "~4.5.4",
|
|
"uikit": "^3.9.4",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"build": {
|
|
"appId": "cc.nault",
|
|
"buildVersion": "1.0.0",
|
|
"productName": "Nault",
|
|
"copyright": "Copyright © 2020 The Nano Community / Andrew Steele",
|
|
"directories": {
|
|
"output": "desktop-app/build",
|
|
"buildResources": "desktop-app/assets",
|
|
"app": "./"
|
|
},
|
|
"mac": {
|
|
"target": "dmg",
|
|
"category": "public.app-category.finance",
|
|
"extendInfo": {
|
|
"CFBundleURLTypes": [
|
|
{
|
|
"CFBundleURLName": "nano",
|
|
"CFBundleURLSchemes": [
|
|
"nano"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"linux": {
|
|
"target": "AppImage",
|
|
"icon": "desktop-app/assets/linux",
|
|
"desktop": {
|
|
"GenericName": "Nano Wallet"
|
|
}
|
|
},
|
|
"protocols": {
|
|
"name": "nano",
|
|
"schemes": [
|
|
"nano",
|
|
"nanorep",
|
|
"nanoseed",
|
|
"nanokey",
|
|
"nanosign",
|
|
"nanoprocess"
|
|
],
|
|
"role": "Viewer"
|
|
}
|
|
}
|
|
}
|