Files
yaak/plugins/filter-jsonpath/package.json
2024-06-27 21:44:45 -07:00

11 lines
164 B
JSON

{
"name": "filter-jsonpath",
"version": "0.0.1",
"dependencies": {
"jsonpath": "^1.1.1"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
}