mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
14 lines
371 B
JSON
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"
|
|
}
|
|
}
|