UNPKG

@particle-network/wallet-plugin

Version:
48 lines (47 loc) 1.34 kB
{ "name": "@particle-network/wallet-plugin", "version": "2.1.1", "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" }, "keywords": [ "solana", "wallet", "blockchain", "auth", "mpc", "particle", "solana-connector" ], "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": { "@particle-network/plugin-core": "^2.1.0", "@particle-network/wallet": "^2.1.1" }, "gitHead": "05490a48a33b29a2fce49d8a941acf9c7a030797" }