Files
yaak/plugins/template-function-timestamp/package.json
2025-09-25 07:12:50 -07:00

15 lines
304 B
JSON
Executable File

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