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

14 lines
371 B
JSON

{
"name": "@yaak/template-function-regex",
"displayName": "Regex Template Functions",
"description": "Template functions for working with regular expressions",
"private": true,
"version": "0.1.0",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx",
"test": "vitest --run tests"
}
}