google-oauth-gsi
Version:
A user-friendly API for GIS SDK, using the new [**Google Identity Services SDK**](https://developers.google.com/identity/gsi/web) 🚀
105 lines (104 loc) • 2.87 kB
JSON
{
"private": false,
"name": "google-oauth-gsi",
"version": "4.0.1",
"main": "./dist/google-oauth-gsi.cjs",
"module": "./dist/google-oauth-gsi.mjs",
"types": "./dist/google-oauth-gsi.d.ts",
"exports": {
".": {
"require": "./dist/google-oauth-gsi.cjs",
"import": "./dist/google-oauth-gsi.mjs",
"types": "./dist/google-oauth-gsi.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
"test": "jest --runInBand",
"test:coverage": "jest --runInBand --coverage",
"lint:scripts": "eslint . --ext .ts",
"commit": "./node_modules/.bin/git-cz",
"semantic-release": "semantic-release --branches main"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.7.16",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dts-bundle-generator": "^6.13.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"vite": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/i7N3/google-oauth-library.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT",
"keywords": [
"react-oauth-google",
"react-google-login",
"react-social-login",
"react-oauth",
"react-login",
"svelte-oauth-google",
"svelte-google-login",
"svelte-social-login",
"svelte-oauth",
"svelte-login",
"vue-oauth-google",
"vue-google-login",
"vue-social-login",
"vue-oauth",
"vue-login",
"js-oauth-google",
"js-google-login",
"js-social-login",
"js-oauth",
"js-login",
"ts-oauth-google",
"ts-google-login",
"ts-social-login",
"ts-oauth",
"ts-login",
"google-login",
"google-oAuth2",
"google-oAuth",
"gsi",
"svelte",
"sveltekit",
"react",
"reactjs",
"vue",
"angular",
"typescript",
"login",
"signin",
"sign-in",
"google",
"identity",
"auth",
"oauth",
"oauth2",
"google-signin"
]
}