mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 21:23:40 +01:00
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"name": "@yaak/template-function-encode",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "yaakcli build ./src/index.ts",
|
|
"dev": "yaakcli dev ./src/index.js",
|
|
"lint": "tsc --noEmit"
|
|
}
|
|
}
|