UNPKG

@particle-network/auth-connectors

Version:
58 lines (57 loc) 1.48 kB
{ "name": "@particle-network/auth-connectors", "version": "3.0.0-alpha.5", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "types": "./dist/types/index.d.ts", "default": "./dist/index.js" } }, "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": "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 && MINIFY_CSS=true yarn build", "prebuild": "yarn typegen", "typecheck": "yarn tsc --noEmit", "typegen": "tsc --emitDeclarationOnly || true", "typegen:watch": "tsc --emitDeclarationOnly --watch" }, "dependencies": { "@particle-network/authkit": "^3.0.0-alpha.8", "@particle-network/connector-core": "^3.0.0-alpha.0" }, "devDependencies": { "@types/react": "^19", "@types/react-dom": "^19" }, "gitHead": "35d30798e37bff56ac89df6d4124ad3afb3d1a37" }