@settlemint/sdk-next
Version:
Next.js integration module for SettleMint SDK, providing React components and middleware for web applications
103 lines (102 loc) • 2.58 kB
JSON
{
"name": "@settlemint/sdk-next",
"description": "Next.js integration module for SettleMint SDK, providing React components and middleware for web applications",
"version": "2.5.6",
"type": "module",
"private": false,
"license": "FSL-1.1-MIT",
"author": {
"name": "SettleMint",
"email": "support@settlemint.com",
"url": "https://settlemint.com"
},
"homepage": "https://github.com/settlemint/sdk/blob/main/sdk/next/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/sdk.git",
"directory": "sdk/next"
},
"bugs": {
"url": "https://github.com/settlemint/sdk/issues",
"email": "support@settlemint.com"
},
"files": [
"dist"
],
"main": "./dist/all.cjs",
"module": "./dist/all.js",
"types": "./dist/all.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/all.d.ts",
"default": "./dist/all.js"
},
"require": {
"types": "./dist/all.d.cts",
"default": "./dist/all.cjs"
}
},
"./components/*": {
"import": {
"types": "./dist/components/*.d.ts",
"default": "./dist/components/*.js"
},
"require": {
"types": "./dist/components/*.d.cts",
"default": "./dist/components/*.cjs"
}
},
"./config/*": {
"import": {
"types": "./dist/config/*.d.ts",
"default": "./dist/config/*.js"
},
"require": {
"types": "./dist/config/*.d.cts",
"default": "./dist/config/*.cjs"
}
}
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"publint": "publint run --strict",
"attw": "attw --pack .",
"test": "bun test",
"test:coverage": "bun test --coverage",
"typecheck": "tsc --noEmit",
"publish-npm": "bun publish --tag ${TAG} --access public || exit 0",
"prepack": "cp ../../LICENSE .",
"docs": "typedoc --options '../../typedoc.config.mjs' --entryPoints src/components/test.tsx src/config/with-settlemint.ts --out ./docs"
},
"devDependencies": {
"@types/react": ">=18"
},
"dependencies": {
"@settlemint/sdk-utils": "2.5.6",
"path-to-regexp": "^8"
},
"peerDependencies": {
"next": ">=15",
"react": ">=18"
},
"engines": {
"node": ">=20"
},
"keywords": [
"settlemint",
"blockchain",
"blockchain-development",
"enterprise-blockchain",
"web3",
"web3-development",
"web3-tools",
"sdk",
"typescript",
"nextjs",
"react",
"middleware"
]
}