Files
yaak/plugins/filter-jsonpath/package.json
Gregory Schier 9df586cb59 NPM workspaces
2024-09-30 18:11:51 -07:00

16 lines
293 B
JSON

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