@particle-network/auth-core
Version:
## Start
76 lines (75 loc) • 2.16 kB
JSON
{
"name": "@particle-network/auth-core",
"version": "2.0.6",
"type": "module",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"license": "Apache-2.0",
"homepage": "https://particle.network",
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
"author": "Particle Network",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"default": "./dist/esm/index.mjs"
}
},
"keywords": [
"ethereum",
"solana",
"wallet",
"blockchain",
"auth",
"mpc",
"particle"
],
"sideEffects": false,
"scripts": {
"build": "mkdir -p dist/cjs && echo '{ \"type\": \"commonjs\" }' > dist/cjs/package.json && node build.js",
"build:dev": "NODE_ENV=development yarn build",
"build:watch": "yarn build --watch",
"clean": "rm -rf dist && rm -rf esm",
"dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
"prepare": "MINIFY_CSS=true yarn build",
"prebuild": "yarn typegen",
"typecheck": "yarn tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch"
},
"dependencies": {
"@aws-sdk/client-cognito-identity": "^3.58.0",
"@aws-sdk/client-kms": "^3.58.0",
"@aws-sdk/credential-providers": "^3.58.0",
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/util": "^8.1.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@metamask/eth-sig-util": "^7.0.3",
"@metamask/rpc-errors": "^6.3.1",
"@particle-network/analytics": "^1.0.2",
"@particle-network/thresh-sig": "^0.7.8",
"@solana/web3.js": "^1.73.0",
"axios": "^1.5.0",
"base64url": "^3.0.1",
"bs58": "^5.0.0",
"crypto-js": "^4.1.1",
"fast-json-stable-stringify": "^2.1.0",
"lzutf8": "^0.6.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/uuid": "^9.0.5"
},
"gitHead": "137bb6a26e39a7516352e5d8364813cb9301ca2b"
}