UNPKG

@particle-network/plugin-core

Version:
54 lines (53 loc) 1.35 kB
{ "name": "@particle-network/plugin-core", "version": "3.0.0-alpha.2", "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" }, "peerDependencies": { "@particle-network/connector-core": "^3", "viem": "2.x" }, "gitHead": "b4d132c0e7b6c759d5f685a31d588b9740dd7b32" }