mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-18 06:57:11 +01:00
16 lines
298 B
JSON
16 lines
298 B
JSON
{
|
|
"name": "@yaakapp/auth-jwt",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"jsonwebtoken": "^9.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^9.0.7"
|
|
}
|
|
}
|