{
	"name": "sveltekit-passport-oauth2",
	"version": "0.0.6",
	"main": "./lib/cjs/index.js",
	"module": "./lib/esm/index.js",
	"types": "./lib/cjs/index.d.ts",
	"author": "Fabiohvp",
	"license": "ISC",
	"files": [
		"lib/"
	],
	"scripts": {
		"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
		"lint": "tslint --project tsconfig.json",
		"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
		"prepare": "npm run build",
		"prepublishOnly": "npm run lint",
		"preversion": "npm run lint",
		"version": "npm run format && git add -A src",
		"postversion": "git push && git push --tags"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/fabiohvp/sveltekit-passport-oauth2.git"
	},
	"bugs": {
		"url": "https://github.com/fabiohvp/sveltekit-passport-oauth2/issues"
	},
	"homepage": "https://github.com/fabiohvp/sveltekit-passport-oauth2#readme",
	"keywords": [
		"SvelteKit",
		"Svelte-Kit",
		"Passport",
		"OAuth",
		"Google Auth",
		"Facebook Auth"
	],
	"devDependencies": {
		"@sveltejs/kit": "next",
		"@types/cookie": "^0.4.0",
		"@types/node": "^16.9.0",
		"@typescript-eslint/eslint-plugin": "^4.19.0",
		"@typescript-eslint/parser": "^4.19.0",
		"eslint": "^7.22.0",
		"eslint-config-prettier": "^8.1.0",
		"eslint-plugin-svelte3": "^3.2.0",
		"prettier": "~2.2.1",
		"prettier-plugin-svelte": "^2.2.0",
		"svelte": "^3.34.0",
		"tslib": "^2.0.0",
		"typescript": "^4.0.0"
	},
	"dependencies": {
		"@lukeed/uuid": "^2.0.0",
		"cookie": "^0.4.1",
		"passport": "^0.4.1",
		"ts-lint": "^4.5.1"
	}
}
