UNPKG

@airgap/etherlink

Version:

The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.

61 lines (60 loc) 1.77 kB
{ "name": "@airgap/etherlink", "version": "0.13.21-beta.0", "description": "The @airgap/etherlink package is an implementation of the ICoinProtocol interface from @airgap/coinlib-core.", "keywords": [ "airgap", "blockchain", "crypto", "etherlink" ], "homepage": "https://www.airgap.it", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/airgap-it/airgap-coin-lib.git" }, "publishConfig": { "access": "public" }, "scripts": { "build": "rm -rf ./dist && tsc && node scripts/copy-files-after-build.js", "build-scripts": "tsc scripts/*.ts", "lint": "tslint -c ./tslint.json --project ./tsconfig.json --format stylish --fix", "lint:prettier": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "lint-ci": "tslint -t json -o ../../lint-reports/etherlink.json --project . || true", "lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different", "test": "", "test-ci": "", "browserify": "browserify ./dist/index.js -s airgapCoinLibEtherlink > ./dist/airgap-coinlib-etherlink.min.js" }, "author": "Papers AG <contact@papers.ch> (https://papers.ch)", "dependencies": { "@airgap/coinlib-core": "^0.13.21-beta.0", "@airgap/crypto": "^0.13.21-beta.0", "@airgap/evm": "^0.13.21-beta.0", "@airgap/module-kit": "^0.13.21-beta.0", "@airgap/serializer": "^0.13.21-beta.0" }, "nyc": { "include": [ "src/**/*.ts" ], "exclude": [ "test/**/*.spec.ts" ], "extension": [ ".ts" ], "require": [ "ts-node/register" ], "reporter": [ "text", "text-summary" ], "report-dir": "../../coverage/etherlink", "sourceMap": true, "instrument": true } }