user-account-pc
Version:
npm package for login and signup
29 lines (28 loc) • 631 B
JSON
{
"name": "user-account-pc",
"version": "1.2.1",
"description": "npm package for login and signup ",
"main": "main.js",
"type": "module",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/pentadconsulting/user-account-pc.git"
},
"keywords": [
"login",
"signup",
"pentad"
],
"author": "shailesh",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pentadconsulting/user-account-pc/issues"
},
"homepage": "https://github.com/pentadconsulting/user-account-pc#readme",
"dependencies": {
"axios": "^1.7.7"
}
}