@particle-network/wallet
Version:
A wallet component that can be easily injected into the developer's website to provide rich custom styles.
64 lines (63 loc) • 1.6 kB
JSON
{
"name": "@particle-network/wallet",
"version": "3.0.0-alpha.3",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/types/index.d.ts",
"license": "Apache-2.0",
"homepage": "https://wallet.particle.network",
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
"author": "Particle Network",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"default": "./dist/index.mjs"
}
},
"sideEffects": [
"./dist/index.mjs"
],
"keywords": [
"ethereum",
"solana",
"wallet",
"blockchain",
"auth",
"mpc",
"particle"
],
"scripts": {
"build": "node build.js",
"build:dev": "NODE_ENV=development yarn build",
"build:watch": "yarn build --watch",
"clean": "rm -rf dist",
"dev": "yarn clean && NODE_ENV=development yarn build:watch & NODE_ENV=development yarn typegen:watch",
"prepare": "yarn clean && NODE_ENV=production yarn build",
"prebuild": "yarn typegen",
"typecheck": "yarn tsc --noEmit",
"typegen": "tsc --emitDeclarationOnly || true",
"typegen:watch": "tsc --emitDeclarationOnly --watch"
},
"dependencies": {
"@solana/web3.js": "^1.73.0",
"crypto-js": "^4.1.1",
"draggabilly": "^3.0.0",
"fast-json-stable-stringify": "^2.1.0",
"lodash": "^4.17.21",
"uuid": "^9.0.1"
},
"devDependencies": {
"@particle-network/auth-core": "^3.0.0-alpha.3",
"@types/draggabilly": "^2.1.6"
},
"gitHead": "6aacccc7355a1de9a8ab63af4447fbcce7d8e379"
}