{
	"name": "arctic",
	"type": "module",
	"version": "3.7.0",
	"description": "OAuth 2.0 clients for popular providers",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/index.js",
	"scripts": {
		"build": "rm -rf dist/* && tsc",
		"format": "prettier -w .",
		"lint": "eslint src",
		"test": "vitest run --sequence.concurrent"
	},
	"files": [
		"/dist/"
	],
	"author": "pilcrowOnPaper",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/pilcrowonpaper/arctic.git"
	},
	"devDependencies": {
		"@types/node": "^20.8.6",
		"@typescript-eslint/eslint-plugin": "^6.7.5",
		"@typescript-eslint/parser": "^6.7.5",
		"auri": "^3.1.0",
		"eslint": "^8.51.0",
		"prettier": "^3.0.3",
		"typescript": "^5.2.2",
		"vitest": "1.6.0"
	},
	"dependencies": {
		"@oslojs/crypto": "1.0.1",
		"@oslojs/encoding": "1.1.0",
		"@oslojs/jwt": "0.2.0"
	}
}
