mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 05:03:29 +01:00
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"name": "@yaak/template-function-fs",
|
|
"displayName": "File System Template Functions",
|
|
"description": "Template functions for working with the file system",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev"
|
|
}
|
|
}
|