@trustless-work/escrow
Version:
<p align="center"> <img src="https://github.com/user-attachments/assets/5b182044-dceb-41f5-acf0-da22dea7c98a" alt="CLR-S (2)"> </p>
74 lines (73 loc) • 1.91 kB
JSON
{
"name": "@trustless-work/escrow",
"version": "3.0.5",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"./types": {
"import": "./dist/types/index.mjs",
"require": "./dist/types/index.cjs",
"types": "./dist/types/index.d.ts"
},
"./hooks": {
"import": "./dist/hooks/index.mjs",
"require": "./dist/hooks/index.cjs",
"types": "./dist/hooks/index.d.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts src/types/index.ts src/hooks/index.ts --format esm,cjs --dts",
"build:watch": "tsup src/index.ts src/types/index.ts src/hooks/index.ts --format esm,cjs --dts --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Trustless-Work/react-library-trustless-work.git"
},
"keywords": [
"react",
"hooks",
"trustless",
"escrow",
"api"
],
"author": "Trustless Work",
"license": "MIT",
"type": "commonjs",
"description": "",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.20",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^9.27.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.3.4",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0"
}
}