UNPKG

roblox-next

Version:

A Roblox OAuth2 provider for NextAuth.

33 lines (32 loc) 599 B
{ "name": "roblox-next", "description": "A Roblox OAuth2 provider for NextAuth.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "keywords": [ "Roblox", "NextAuth", "NextAuth Provider", "Roblox OpenCloud", "OpenCloud", "Roblox OAuth2" ], "version": "1.1.4", "author": "MightyPart & Alex", "license": "ISC", "scripts": { "build": "tsc ./src/" }, "devDependencies": { "typescript": "^5.3.2" }, "compilerOptions": { "module": "ES6", "target": "ESNext" }, "files": [ "dist/**/*", "src/**/*" ] }