@particle-network/solana-connectors
Version:
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "@particle-network/solana-connectors",
"version": "3.0.0-alpha.1",
"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/connector-core": "^3.0.0-alpha.0",
"@solana/web3.js": "^1.73.0"
},
"gitHead": "9796edf4a0ad1fab5a3da8415841e93444af1310"
}