UNPKG

@oraichain/core

Version:
76 lines (75 loc) 2.73 kB
{ "name": "@oraichain/core", "version": "2.0.2-beta.0", "description": "TKey Core library", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", "unpkg": "dist/core.umd.min.js", "jsdelivr": "dist/core.umd.min.js", "types": "dist/types/index.d.ts", "scripts": { "test": "cross-env MOCKED=true mocha --config ../../.mocharc.json ", "coverage": "nyc yarn test", "coverage-production": "nyc yarn test-production", "test-development": "cross-env MOCKED=false METADATA=https://metadata.social-login.orai.io mocha --config ../../.mocharc.json ", "test-production": "cross-env MOCKED=false METADATA=https://metadata.social-login.orai.io mocha --config ../../.mocharc.json ", "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk", "browser-tests:local-mocked": "cross-env INFRA=LOCAL MOCKED=true karma start", "browser-tests:local-dev": "cross-env INFRA=LOCAL MOCKED=false METADATA=https://metadata.social-login.orai.io karma start", "browser-tests:local-prod": "cross-env INFRA=LOCAL MOCKED=false METADATA=https://metadata.social-login.orai.io karma start", "browser-tests:cloud-mocked": "cross-env INFRA=CLOUD MOCKED=true karma start", "browser-tests:cloud-prod": "cross-env INFRA=CLOUD MOCKED=false METADATA=https://metadata.social-login.orai.io karma start", "dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts start", "build": "rimraf dist/ && cross-env NODE_ENV=production torus-scripts build", "lint": "eslint --fix 'src/**/*.ts'", "prepack": "yarn run build", "pre-commit": "lint-staged" }, "repository": { "type": "git", "url": "git+https://github.com/@oraichain/web3-login.git" }, "files": [ "dist", "src" ], "dependencies": { "@oraichain/common-types": "^2.0.2-beta.0", "@toruslabs/eccrypto": "^1.1.8", "@toruslabs/http-helpers": "^3.2.0", "bn.js": "^5.2.1", "elliptic": "^6.5.4", "json-stable-stringify": "^1.0.2", "web3-utils": "^1.8.1" }, "devDependencies": { "@types/bn.js": "^5.1.1", "@types/elliptic": "^6.4.14", "@types/json-stable-stringify": "^1.0.34" }, "peerDependencies": { "@babel/runtime": "7.x" }, "lint-staged": { "!(*d).ts": [ "yarn run lint --", "prettier --write 'src/**/*.ts'" ] }, "author": "Torus Labs", "license": "MIT", "bugs": { "url": "https://github.com/@oraichain/web3-login/issues" }, "homepage": "https://github.com/@oraichain/web3-login#readme", "keywords": [ "customauth", "torus-threshold-bak", "threshold-bak", "torus nodes", "torus-embed", "direct auth", "tkey" ], "gitHead": "cb09cc440cf2d3725b8025a2c5827dcf3f77353a" }