@frak-labs/nexus-sdk
Version:
Legacy SDK, only used here to provide nice wrapper and redirection for older implementation, to not break anything and keep them updated with latest security updates.
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "@frak-labs/nexus-sdk",
"author": "Frak Labs",
"maintainers": [
{
"name": "srod",
"url": "https://twitter.com/srod"
},
{
"name": "Quentin Nivelais",
"url": "https://twitter.com/QNivelais"
}
],
"version": "0.0.38",
"description": "Legacy SDK, only used here to provide nice wrapper and redirection for older implementation, to not break anything and keep them updated with latest security updates.",
"repository": {
"url": "https://github.com/frak-id/wallet",
"directory": "sdk/legacy"
},
"homepage": "https://docs.frak.id/wallet-sdk/overview",
"keywords": [
"frak-labs",
"nexus-wallet",
"erc-4337",
"eip-4337",
"smart-wallet"
],
"license": "GNU GPL 3.0",
"sideEffects": false,
"private": false,
"publishConfig": {
"access": "public"
},
"type": "module",
"files": [
"/dist"
],
"main": "./dist/bundle/bundle.js",
"browser": "./dist/bundle/bundle.js",
"scripts": {
"lint": "biome lint .",
"format:check": "biome check .",
"format": "biome check --write .",
"clean": "rimraf dist",
"build": "rslib build",
"build:watch": "rslib build --watch",
"prepublish": "bun run lint && bun run build",
"publish": "echo 'Publishing legacy...'"
},
"browserslist": [
"extends @frak-labs/browserslist-config"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.52.3",
"@rslib/core": "^0.6.3"
}
}