You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A program and data format reducer for arbitrary language syntax. Produces human comprehensible output. Define declarative transformations with ease.",
"version": "1.2.0",
"main": "dist/index.js",
"bin": {
"comby-reducer": "dist/index.js",
"comby-reducer-replay": "dist/replay.js"
},
"dependencies": {
"@iarna/toml": "^2.2.5",
"minimist": "^1.2.8"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"