@wauth/strategy
Version:
WAuth strategy for Arweave Wallet Kit
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "@wauth/strategy",
"version": "0.0.19-1",
"description": "WAuth strategy for Arweave Wallet Kit",
"repository": {
"type": "git",
"url": "git+https://github.com/subspace-dev/wauth.git#main"
},
"homepage": "https://github.com/subspace-dev/wauth/tree/main/strategy",
"type": "module",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"publish-npm": "npm run build && npm publish --access public"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"keywords": [
"arweave",
"ao",
"auth",
"decentralized",
"web2"
],
"author": "Ankush Singh <ankush@arweave.org>",
"license": "MIT",
"dependencies": {
"@arweave-wallet-kit/core": "^0.1.1",
"@dha-team/arbundles": "^1.0.3",
"@wauth/sdk": "^0.0.19",
"axios": "^1.10.0",
"vite-plugin-node-polyfills": "^0.24.0"
},
"devDependencies": {
"@types/node": "^24.0.7",
"arconnect": "^1.0.4",
"arweave": "^2.0.0-ec.1",
"formidable": "^3.5.4",
"superagent": "^10.2.3",
"typescript": "^5.8.3"
}
}