mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-01 19:08:56 -05:00
15 lines
280 B
JSON
Executable File
15 lines
280 B
JSON
Executable File
{
|
|
"name": "@yaak/template-function-timestamp",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vitest --run tests"
|
|
},
|
|
"dependencies": {
|
|
"@date-fns/tz": "^1.4.1",
|
|
"date-fns": "^4.1.0"
|
|
}
|
|
}
|