UNPKG

@swyger/client-auth

Version:

Swyger Auth Client JS library is used for Swyger Server as consumer Rest API focused on authentication (register, login, forgot password...). Visit the master branch: https://github.com/coorise/swyger-js-client-auth.git

78 lines (77 loc) 2.21 kB
{ "name": "@swyger/client-auth", "version": "0.1.8", "description": "Swyger Auth Client JS library is used for Swyger Server as consumer Rest API focused on authentication (register, login, forgot password...). Visit the master branch: https://github.com/coorise/swyger-js-client-auth.git", "type": "module", "main": "dist/swyger-client-auth.min.js", "jsdelivr": "dist/swyger-client-auth.min.js", "unpkg": "dist/swyger-client-auth.min.js", "publishConfig": { "ignore": [ ".git/", ".idea/", ".backup/", "v*.zip/", "static/", "node_modules" ] }, "repository": { "type": "git", "url": "https://github.com/coorise/swyger-js-client-auth.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "cross-env NODE_ENV=dev node ./replace-src.js && vite", "build": "cross-env NODE_ENV=prod BUILD_MODE=bundle-minify node ./replace-src.js && vite build -- --minify --bundle", "build:dev": "cross-env NODE_ENV=dev node ./replace-src.js && vite build", "build:bundle": "cross-env NODE_ENV=dev BUILD_MODE=bundle node ./replace-src.js && vite build -- --bundle", "start": "npm run build && vite preview", "start:dev": "npm run build:dev && vite preview", "start:bundle": "npm run build:bundle && vite preview" }, "keywords": [ "Client", "RestAPI", "API", "Swyger", "Swyger Client", "Boilerplate", "CMS", "CRUD", "firebase", "socket.io", "https", "realtime", "auth", "strapi", "sdk", "web", "browser", "server", "api consummer" ], "author": "Agglomy", "license": "MIT", "contributors": [ "Ivan Joel Sobgui" ], "dependencies": { "acebase": "1.29.0", "axios": "^1.4.0", "cross-env": "^7.0.3", "eventemitter3": "^5.0.1", "jwt-decode": "^3.1.2", "socket.io-client": "^4.6.1", "uuid": "^9.0.0" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "glob-all": "^3.3.1", "rollup-plugin-commonjs": "^10.1.0", "sass": "^1.57.1", "vite": "^3.2.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-singlefile": "^0.13.5" } }