mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 21:23:40 +01:00
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"name": "@yaakapp/auth-basic",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js"
|
|
}
|
|
}
|