mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 07:24:07 +01:00
Add .oxfmtignore to skip generated bindings and wasm-pack output. Add npm format script, update DEVELOPMENT.md for Vite+ toolchain, and format all non-generated files with oxfmt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "@yaak/auth-oauth2",
|
|
"displayName": "OAuth 2.0",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Authenticate requests using OAuth 2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins/auth-oauth2"
|
|
},
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vp test --run tests"
|
|
},
|
|
"dependencies": {
|
|
"jsonwebtoken": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^9.0.7"
|
|
}
|
|
}
|