@tonightpass/react
Version:
@tonightpass react sdk.
45 lines • 925 B
JSON
{
"name": "@tonightpass/react",
"version": "0.0.129",
"description": "@tonightpass react sdk.",
"repository": {
"type": "git",
"url": "https://github.com/tonightpass/tonightpass.git",
"directory": "packages/react"
},
"bugs": "https://github.com/tonightpass/tonightpass/issues",
"homepage": "https://tonightpass.com",
"license": "MIT",
"keywords": [
"tonightpass",
"react",
"hooks",
"components",
"typescript",
"javascript",
"sdk"
],
"files": [
"dist",
"README.md"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"dependencies": {
"swr": "^2.2.5",
"tonightpass": "^0.0.128"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"@types/react": "^19.0.0",
"react": "^19.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}