mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-03 20:09:20 -05:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"name": "@yaak/auth-basic",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|