@smartinvoicexyz/utils
Version:
Unified source for utility functions used across the Smart Invoice protocol.
50 lines • 1.21 kB
JSON
{
"name": "@smartinvoicexyz/utils",
"description": "Unified source for utility functions used across the Smart Invoice protocol.",
"version": "0.1.28",
"author": "",
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.5",
"@types/memory-cache": "^0.2.6",
"bs58": "^6.0.0",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"viem": "^2.30.2",
"wagmi": "^2.15.4",
"yup": "^1.3.3",
"@smartinvoicexyz/constants": "0.1.28",
"@smartinvoicexyz/shared": "0.1.28",
"@smartinvoicexyz/graphql": "0.1.28",
"@smartinvoicexyz/types": "0.1.28"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.17",
"@types/node": "^22.15.23"
},
"engines": {
"node": ">=18"
},
"files": [
"dist",
"README.md",
"package.json"
],
"keywords": [
"escrow",
"ethereum",
"smart-invoice",
"smartinvoicexyz",
"utils"
],
"license": "MIT",
"main": "dist/src/index.js",
"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"
}