@dodoex/btc-connect-react
Version:
Btc connect for unisat okx
69 lines (68 loc) • 1.79 kB
JSON
{
"name": "@dodoex/btc-connect-react",
"author": "IceHugh",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"version": "1.5.10",
"description": "Btc connect for unisat okx",
"type": "module",
"license": "MIT",
"keywords": [
"btc",
"connect",
"unisat",
"okx",
"web3",
"wallet"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"build": "npm run tailwind && bun build.js",
"tailwind": "tailwindcss -i src/style/input.css -o dist/style/index.css --minify",
"release.npm-publish": "npm publish --access public",
"dev": "vite",
"preview": "vite preview",
"test": "jest src/components/react/WalletConnectReact.test.tsx"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/web": "^0.0.142",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.7.0",
"bun-plugin-dts": "^0.2.1",
"bun-types": "latest",
"eslint": "^8.57.0",
"jest": "^30.0.4",
"jest-environment-jsdom": "^30.0.4",
"react-dom": "^18.2.0",
"serve": "^14.2.4",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.4.0",
"vite": "^5.4.19"
},
"optionalDependencies": {
"@types/react-dom": "^18.2.22",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"typescript": ">=4.0.0",
"zustand": ">=4.0.0"
}
}