{ "name": "@yaak/filter-jsonpath", "displayName": "JSONPath Filter", "description": "Filter JSON response data using JSONPath expressions", "repository": { "type": "git", "url": "https://github.com/mountain-loop/yaak.git", "directory": "plugins/filter-jsonpath" }, "private": true, "version": "0.1.0", "scripts": { "build": "yaakcli build", "dev": "yaakcli dev" }, "dependencies": { "jsonpath-plus": "^10.3.0" }, "devDependencies": { "@types/jsonpath": "^0.2.4" } }