@worldcoin/minikit-react
Version:
minikit-react is a set of hooks for building mini-apps
82 lines • 1.93 kB
JSON
{
"name": "@worldcoin/minikit-react",
"version": "2.0.3",
"homepage": "https://docs.worldcoin.org/mini-apps",
"description": "minikit-react is a set of hooks for building mini-apps",
"license": "MIT",
"private": false,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/worldcoin/minikit-js.git"
},
"exports": {
".": {
"import": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"require": {
"types": "./build/index.d.cts",
"default": "./build/index.cjs"
}
}
},
"typesVersions": {
"*": {
"*": [
"./build/*/index.d.ts",
"./build/index.d.ts"
]
}
},
"main": "index.ts",
"types": "index.ts",
"engines": {
"node": ">= 16"
},
"files": [
"./build/**",
"README.md"
],
"keywords": [
"minikit",
"miniapps"
],
"dependencies": {
"abitype": "^1.0.6",
"turbo": "^2.3.3",
"@worldcoin/minikit-js": "2.0.3"
},
"devDependencies": {
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@types/jest": "^29.5.14",
"@types/react-test-renderer": "^18.0.7",
"prettier": "^3.2.5",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"react-test-renderer": "^18.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"viem": "2.45.3",
"react": "^18.2.0",
"@types/react": "^18.0.25",
"react-dom": "^18.2.0",
"@types/react-dom": "^18.0.9",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2"
},
"peerDependencies": {
"react": "^18 || ^19"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "prettier --check . --ignore-path ../../.prettierignore",
"test": "jest",
"type-check": "tsc --noEmit"
}
}