mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-30 09:59:20 -05:00
20 lines
442 B
JSON
Executable File
20 lines
442 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"
|
|
},
|
|
"dependencies": {
|
|
"jsonpath-plus": "^10.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jsonpath": "^0.2.4"
|
|
}
|
|
}
|