@particle-network/authkit
Version:
Auth Core provides MPC (Multi-Party Computation)-based threshold signatures.
121 lines (120 loc) • 3.29 kB
JSON
{
"name": "@particle-network/authkit",
"version": "3.0.0-alpha.7",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/types/index.d.ts",
"license": "Apache-2.0",
"homepage": "https://particle.network",
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.mjs"
},
"./chains": {
"types": "./dist/types/exports/chains.d.ts",
"default": "./dist/exports/chains.mjs"
},
"./hooks": {
"types": "./dist/types/exports/hooks.d.ts",
"default": "./dist/exports/hooks.mjs"
},
"./provider": {
"types": "./dist/types/exports/provider.d.ts",
"default": "./dist/exports/provider.mjs"
}
},
"author": "Particle Network",
"publishConfig": {
"access": "public"
},
"keywords": [
"ethereum",
"solana",
"wallet",
"blockchain",
"auth",
"mpc",
"particle"
],
"sideEffects": [
"./dist/index.mjs"
],
"scripts": {
"clean": "rm -rf dist",
"dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
"typecheck": "yarn tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch",
"build:watch": "yarn build --watch",
"build": "node build.js",
"build:dev": "NODE_ENV=development yarn build",
"locale:import": "ts-node scripts/locales",
"locale:export": "ts-node scripts/locales/export.ts",
"prepare": "yarn clean && NODE_ENV=production yarn build",
"prebuild": "yarn typegen"
},
"dependencies": {
"@particle-network/analytics": "^1.0.2",
"@particle-network/auth-core": "^3.0.0-alpha.3",
"ahooks": "^3.7.8",
"bignumber.js": "^9.1.2",
"bn.js": "^5.2.1",
"bs58": "^4.0.1",
"country-flag-icons": "^1.4.26",
"dayjs": "^1.11.7",
"libphonenumber-js": "^1.10.36",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lzutf8": "^0.6.3",
"react-shadow": "^20.5.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@particle-network/wallet": "^3.0.0-alpha.3",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^13.5.0",
"@types/bn.js": "^5.1.1",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.199",
"@types/node": "^17.0.35",
"@types/uuid": "^9.0.5",
"babel-jest": "^27.4.2",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"less": "^4.1.2",
"lint-staged": "^12.3.7",
"mime-types": "^2.1.35",
"prettier": "^2.6.2",
"sass": "^1.68.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.2",
"viem": "^2.30.6"
},
"peerDependencies": {
"@particle-network/wallet": "^3",
"react": ">=17.0.0",
"viem": ">=2.30.6"
},
"peerDependenciesMeta": {
"@particle-network/wallet": {
"optional": true
}
},
"gitHead": "3adfab6770042d7aa56ba47cb72840655acd3cc1"
}