UNPKG

msft-ally-driver

Version:

This is a Microsoft driver for the Ally social authentication for AdonisJS

28 lines (27 loc) 720 B
{ "name": "msft-ally-driver", "package-name": "msft-ally-driver", "description": "This is a Microsoft driver for the Ally social authentication for AdonisJS", "entry point": "msft_oauth.ts", "test command": "", "git repository": "https://github.com/noahdvaughn/msft-ally-driver", "keywords": [ "AdonisJS", "Ally" ], "author": "Noah Vaughn", "license": "MIT", "version": "0.0.1", "main": "dist/msft_oauth.js", "module": "dist/msft_oauth.mjs", "types": "dist/msft_oauth.d.ts", "scripts": { "build": "tsup msft_oauth.ts --format cjs,esm --dts", "lint": "tsc" }, "devDependencies": { "@changesets/cli": "^2.27.12", "tsup": "^8.3.6", "typescript": "^5.7.3" } }