UNPKG

@smartinvoicexyz/constants

Version:

Unified source for configs and constants used across the Smart Invoice protocol.

38 lines 815 B
{ "name": "@smartinvoicexyz/constants", "description": "Unified source for configs and constants used across the Smart Invoice protocol.", "version": "0.1.28", "author": "", "dependencies": { "viem": "^2.30.2" }, "devDependencies": { "@types/node": "^22.15.23" }, "engines": { "node": ">=18" }, "files": [ "dist", "README.md", "package.json" ], "keywords": [ "constants", "escrow", "ethereum", "smart-invoice", "smartinvoicexyz" ], "license": "MIT", "main": "dist/src/index.js", "private": false, "scripts": { "build": "tsc", "clean": "rm -rf dist", "lint": "eslint \"**/*.{js,jsx,ts,tsx}\"", "test": "echo \"Error: no test specified\" && exit 1", "typecheck": "tsc --noEmit" }, "types": "dist/src/index.d.ts" }