@airgap/serializer
Version:
The @airgap/serializer provides serializers used in AirGap applications.
66 lines (65 loc) • 2.05 kB
JSON
{
"name": "@airgap/serializer",
"version": "0.13.41",
"description": "The @airgap/serializer provides serializers used in AirGap applications.",
"keywords": [
"airgap",
"blockchain",
"crypto",
"bitcoin",
"ethereum",
"aeternity",
"groestlcoin",
"tezos",
"cosmos",
"polkadot",
"kusama"
],
"license": "MIT",
"homepage": "https://www.airgap.it",
"repository": {
"type": "git",
"url": "https://github.com/airgap-it/airgap-coin-lib"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf ./dist && tsc && node scripts/copy-files-after-build.js && node scripts/make-ts-declaration-files-backwards-compatible.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/serializer.json --project . || true",
"lint-ci:prettier": "prettier \"src/**/*.ts\" \"test/**/*.ts\" --list-different",
"test": "TS_NODE_PROJECT='./test/tsconfig.json' nyc mocha --bail --require ts-node/register --require tsconfig-paths/register --require source-map-support/register --full-trace --delay --timeout 40000 ./test/**/**.spec.ts",
"test-ci": "nyc --reporter=lcov npm test",
"browserify": "browserify ./dist/index.js -s airgapCoinLibSerializer > ./dist/airgap-coinlib-serializer.min.js"
},
"author": "Papers AG <contact@papers.ch> (https://papers.ch)",
"dependencies": {
"@airgap/coinlib-core": "^0.13.41"
},
"localDependencies": {},
"nyc": {
"include": [
"src/**/*.ts"
],
"exclude": [
"test/**/*.spec.ts"
],
"extension": [
".ts"
],
"require": [
"ts-node/register"
],
"reporter": [
"text",
"text-summary"
],
"report-dir": "../../coverage/serializer",
"sourceMap": true,
"instrument": true
},
"gitHead": "8e8feb6788204501b7173aa825f5456c2a5f185b"
}