UNPKG

@ic-wallet-kit/common

Version:
55 lines (54 loc) 1.54 kB
{ "name": "@ic-wallet-kit/common", "version": "0.0.5", "description": "Ic middleware wallet common objects", "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/common/docs/common.md", "directories": { "lib": "dist" }, "keywords": [ "icp", "wallet", "rxdb" ], "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 run publish-force" }, "dependencies": { "@dfinity/agent": "2.3.0", "@dfinity/principal": "2.3.0", "big-integer": "1.6.52", "reflect-metadata": "^0.2.2", "rxjs": "7.8.2", "rxdb": "16.8.1", "typedi": "0.10.0", "ws": "8.18.1" }, "devDependencies": { "@types/jest": "29.5.12", "jest": "29.7.0", "ts-jest": "29.1.2", "tsconfig-paths": "4.2.0", "typescript": "^5.4.5", "tsc-alias": "1.8.11" } }