Files
yaak-mountain-loop/plugins/template-function-timestamp/package.json
Gregory Schier fa98351e30 Fix lint
2025-09-21 08:04:47 -07:00

14 lines
254 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"
}
}