test-ic-wallet-middleware-icrc
Version:
Ic middleware wallet ICRC protocol
56 lines (55 loc) • 1.73 kB
JSON
{
"name": "test-ic-wallet-middleware-icrc",
"version": "0.1.243",
"description": "Ic middleware wallet ICRC protocol",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/SDS-Timo/hpl-middleware-wallet.git"
},
"bugs": {
"url": "https://github.com/SDS-Timo/hpl-middleware-wallet/issues"
},
"homepage": "https://github.com/SDS-Timo/hpl-middleware-wallet#readme",
"directories": {
"lib": "dist"
},
"keywords": [
"hpl"
],
"author": "SDS",
"license": "MIT",
"scripts": {
"rmdir": "rm -rf ./dist",
"build": "npm run rmdir && tsc && tsc-alias",
"update-version": "npm version patch",
"build-publish": "npm run build && npm run update-version && npm publish",
"publish-force": "npm run install-force && npm run build-publish",
"rmNodeFolder": "rm -rf node_modules",
"install-force": "npm run rmNodeFolder && npm install",
"test": "jest --env=node --colors --coverage test"
},
"dependencies": {
"@dfinity/agent": "2.3.0",
"@dfinity/auth-client": "2.3.0",
"@dfinity/candid": "2.3.0",
"@dfinity/identity": "2.3.0",
"@dfinity/ledger-icp": "2.6.10",
"@dfinity/ledger-icrc": "2.7.5",
"@dfinity/principal": "2.3.0",
"@ic-wallet-middleware/common": "npm:test-ic-wallet-middleware-common@^0.1.324",
"big-integer": "1.6.52",
"moment": "2.30.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1",
"typedi": "0.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5"
}
}