mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 13:13:31 +01:00
13 lines
324 B
JSON
13 lines
324 B
JSON
{
|
|
"name": "@yaak/template-function-encode",
|
|
"displayName": "Encoding Template Functions",
|
|
"description": "Template functions for encoding and decoding data",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|