wax-auth-client
Version:
Login client for wax-auth
28 lines (27 loc) • 585 B
JSON
{
"name": "wax-auth-client",
"version": "1.0.0",
"description": "Login client for wax-auth",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc -p tsconfig.json",
"prepublish": "npm run compile"
},
"keywords": [
"wax",
"wax-auth",
"anchor"
],
"author": "Udbhav",
"license": "ISC",
"devDependencies": {
"typescript": "^4.5.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/udbhav-s/wax-auth"
}
}