@furystack/shades
Version:
Google Authentication Provider for FuryStack
54 lines • 1.17 kB
JSON
{
"name": "@furystack/shades",
"version": "11.0.24",
"description": "Google Authentication Provider for FuryStack",
"type": "module",
"scripts": {
"build:es6": "tsc --outDir ./esm"
},
"exports": {
".": {
"import": "./esm/index.js"
}
},
"files": [
"esm",
"types",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/furystack/furystack.git"
},
"keywords": [
"FuryStack",
"Shades",
"UI",
"JSX",
"WebApp"
],
"publishConfig": {
"access": "public"
},
"author": "gallay.lajos@gmail.com",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/furystack/furystack/issues"
},
"homepage": "https://github.com/furystack/furystack",
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^24.0.4",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@furystack/inject": "^12.0.19",
"@furystack/rest": "^8.0.23",
"@furystack/utils": "^8.1.1",
"path-to-regexp": "^8.2.0",
"semaphore-async-await": "^1.5.1"
},
"gitHead": "76e1d17a71b981984935c9a7a5791cf61ebf5213"
}