{
	"name": "tr-oauth2",
	"version": "4.0.5",
	"description": "Relatively simple OAUTH2 token issuer and validator.",
	"main": "index.js",
	"scripts": {
		"test": "node ./index.js"
	},
	"engines": {
		"node": ">=20.0.0"
	},
	"dependencies": {
		"csv-parser": "^3.2.0",
		"jsonwebtoken": "^9.0.2",
		"optist": "^2.0.1",
		"pem-jwk": "^2.0.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com:rinne/node-tr-oauth2.git"
	},
	"author": {
		"name": "Timo J. Rinne",
		"email": "tri@iki.fi",
		"url": "https://github.com/rinne/"
	},
	"license": "GPL-2.0"
}
