Files
yaak/plugins/template-function-json/package.json
2025-11-18 08:39:07 -08:00

21 lines
496 B
JSON
Executable File

{
"name": "@yaak/template-function-json",
"displayName": "JSON Template Functions",
"description": "Template functions for working with JSON data",
"private": true,
"version": "0.1.0",
"main": "build/index.js",
"types": "src/index.ts",
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"lint":"tsc --noEmit && eslint . --ext .ts,.tsx"
},
"dependencies": {
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
}