@wauth/sdk
Version:
Web2 auth sdk for Arweave
63 lines (62 loc) • 1.52 kB
JSON
{
"name": "@wauth/sdk",
"version": "0.0.19",
"description": "Web2 auth sdk for Arweave",
"repository": {
"type": "git",
"url": "git+https://github.com/subspace-dev/wauth.git#main"
},
"homepage": "https://github.com/subspace-dev/wauth/tree/main/sdk",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"generate-version": "node generate-version.js",
"prebuild": "npm run generate-version",
"build": "npm run clean && npm run generate-version && tsc",
"clean": "rm -rf dist",
"dev": "tsc --watch",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"publish-npm": "npm run build && npm publish --access public"
},
"keywords": [
"arweave",
"ao",
"auth",
"decentralized",
"web2"
],
"author": "Ankush Singh <ankush@arweave.org>",
"license": "MIT",
"peerDependencies": {
"pocketbase": "^0.26.1"
},
"devDependencies": {
"@types/node": "^24.0.4",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@dha-team/arbundles": "^1.0.3",
"@permaweb/aoconnect": "^0.0.85",
"arconnect": "^1.0.4",
"arweave": "^2.0.0-ec.1",
"axios": "^1.10.0",
"formidable": "^3.5.4",
"superagent": "^10.2.3",
"vite-plugin-node-polyfills": "^0.24.0"
}
}