Files
yaak/plugins/template-function-prompt/package.json
T

11 lines
221 B
JSON

{
"name": "@yaak/template-function-prompt",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js",
"lint": "tsc --noEmit"
}
}