rivet-json-processor-plugin
Version:
A Rivet plugin to filter and count JSON items.
21 lines (20 loc) • 465 B
JSON
{
"name": "rivet-json-processor-plugin",
"version": "1.0.7",
"description": "A Rivet plugin to filter and count JSON items.",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=browser --format=esm --outfile=dist/index.js"
},
"keywords": [
"rivet-plugin",
"json",
"filter"
],
"author": "Your Name",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.19.0"
}
}