UNPKG

@molecularlabs/nucleus-frontend

Version:
59 lines (58 loc) 1.34 kB
{ "name": "@molecularlabs/nucleus-frontend", "version": "0.1.0-alpha.23", "description": "Nucleus BoringVault Frontend SDK", "packageManager": "pnpm@10.5.1", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup --config tsup.config.ts", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "lint": "biome lint .", "clean": "rm -rf dist", "test": "vitest", "test:coverage": "vitest run --coverage", "format": "biome format --write .", "check": "biome check --apply ." }, "repository": { "type": "git", "url": "git+https://github.com/molecular-labs/nucleus.git" }, "bugs": { "url": "https://github.com/molecular-labs/nucleus/issues" }, "homepage": "https://github.com/molecular-labs/nucleus#readme", "engines": { "node": ">=16" }, "publishConfig": { "access": "public" }, "keywords": [ "nucleus", "ethereum", "blockchain", "sdk", "web3", "typescript", "javascript" ], "author": "Molecular Labs", "license": "MIT", "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.13.0", "tsup": "^8.3.6", "typescript": "^5.7.3", "vitest": "^3.0.4" }, "dependencies": { "viem": "^2.22.21" } }