mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-15 21:53:36 +01:00
19 lines
441 B
JSON
Executable File
19 lines
441 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",
|
|
"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"
|
|
}
|
|
}
|