@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
60 lines (59 loc) • 1.76 kB
JSON
{
"name": "@ic-wallet-kit/hpl",
"version": "0.0.5",
"description": "Ic middleware wallet HPL protocol",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/research-ag/ic-wallet-kit.git"
},
"bugs": {
"url": "https://github.com/research-ag/ic-wallet-kit/issues"
},
"homepage": "https://github.com/research-ag/ic-wallet-kit/packages/hpl/docs/hpl.md",
"directories": {
"lib": "dist"
},
"keywords": [
"icp",
"wallet",
"rxdb",
"hpl"
],
"author": "MR Research",
"license": "Apache-2.0",
"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",
"publish-live": "npm install @ic-wallet-kit/common@latest && npm run publish-force"
},
"dependencies": {
"@dfinity/agent": "2.3.0",
"@dfinity/auth-client": "2.3.0",
"@dfinity/candid": "2.3.0",
"@dfinity/identity": "2.3.0",
"@dfinity/identity-secp256k1": "2.3.0",
"@dfinity/principal": "2.3.0",
"@ic-wallet-kit/common": "0.0.5",
"@research-ag/hpl-client": "0.1.0",
"big-integer": "1.6.52",
"moment": "2.30.1",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.2",
"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"
}
}