Files
yaak/plugins/filter-jsonpath/package.json
2025-07-05 15:40:41 -07:00

17 lines
328 B
JSON

{
"name": "@yaak/filter-jsonpath",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "yaakcli build ./src/index.ts",
"dev": "yaakcli dev ./src/index.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
}