@astro-auth/providers
Version:
The providers package of the Astro Auth library
30 lines (29 loc) • 615 B
JSON
{
"name": "@astro-auth/providers",
"version": "1.0.6",
"main": "dist/index.js",
"type": "module",
"description": "The providers package of the Astro Auth library",
"author": "Osada Vidath <osadavidath@gmail.com>",
"license": "MIT",
"files": [
"dist"
],
"keywords": [
"astro-component",
"astro-auth",
"astro-auth-providers"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"typescript": "^4.6.3"
},
"dependencies": {
"qs": "^6.10.3",
"@astro-auth/types": "1.0.2"
}
}