UNPKG

@particle-network/aa-plugin

Version:
48 lines (47 loc) 1.33 kB
{ "name": "@particle-network/aa-plugin", "version": "2.1.0", "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/aa": "^2.0.2", "@particle-network/plugin-core": "^2.1.0" }, "gitHead": "a8e8d55f7596adda56c6348b3e6a825bc6b9dcf0" }