@dodoex/btc-connect-react
Version:
Btc connect for unisat okx
57 lines • 1.41 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.9",
"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"
},
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/web": "^0.0.142",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"bun-plugin-dts": "^0.2.1",
"bun-types": "latest",
"eslint": "^8.57.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"vite": "^5.3.3"
},
"optionalDependencies": {
"@types/react-dom": "^18.2.22",
"prettier": "^3.2.5",
"lint-staged": "^15.2.2",
"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"
}
}