Files
yaak/plugins/template-function-timestamp/package.json
2025-07-23 12:42:54 -07:00

14 lines
255 B
JSON
Executable File

{
"name": "@yaak/template-function-timestamp",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"date-fns": "^4.1.0"
}
}