@humandialog/auth.svelte
Version:
Svelte package to deal with ObjectReef OAuth 2 Identity Provider
56 lines (55 loc) • 1.49 kB
JSON
{
"name": "@humandialog/auth.svelte",
"version": "1.8.8",
"description": "Svelte package to deal with ObjectReef OAuth 2 Identity Provider",
"svelte": "src/index.ts",
"module": "dist/index.mjs",
"main": "dist/index.umd.js",
"types": "dist/ts/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"validate": "svelte-check",
"test": "echo \"Error: no test specified\"",
"prepublishOnly": "npm run build"
},
"files": [
"src",
"dist"
],
"keywords": [
"svelte",
"objectreef",
"reef",
"authorization",
"oauth",
"oidc"
],
"author": "Human Dialog",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-typescript": "^6.0.0",
"@tsconfig/svelte": "^1.0.10",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"rollup": "^2.32.0",
"rollup-plugin-execute": "^1.1.1",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-svelte": "^6.0.1",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.24.0",
"svelte-check": "^1.0.60",
"svelte-preprocess": "^4.5.1",
"tslib": "^2.0.3",
"typescript": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HumanDialog/auth.svelte.git"
},
"bugs": {
"url": "https://github.com/HumanDialog/auth.svelte/issues"
},
"homepage": "https://github.com/HumanDialog/auth.svelte#readme"
}