{ "name": "SvelteKitAuth", "version": "1.0.0", "description": "Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!", "main": "dist/index.js", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", "format": "prettier --write --plugin-search-dir=. ." }, "keywords": [ "sveltejs", "sveltekit", "auth", "oauth" ], "author": "RaviAnand Mohabir (https://ravianand.web.app)", "license": "MIT", "private": false, "types": "dist/index.d.ts", "dependencies": { "cookie": "^0.4.1", "jsonwebtoken": "^8.5.1" }, "devDependencies": { "@sveltejs/kit": "^1.0.0-next.1", "@types/jsonwebtoken": "^8.5.1", "@typescript-eslint/eslint-plugin": "^4.23.0", "@typescript-eslint/parser": "^4.23.0", "eslint": "^7.26.0", "eslint-config-prettier": "^8.3.0", "prettier": "^2.3.0", "tslib": "^2.2.0", "typescript": "^4.2.4" } }