{
  "name": "@effectful/transducers",
  "version": "2.0.6",
  "description": "JS syntax transformation framework for @effectful/js",
  "author": "Vitaliy Akimov <vitaliy.akimov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/awto/effectfuljs/issues"
  },
  "homepage": "https://github.com/awto/effectfuljs/tree/master/packages/es",
  "main": "index.js",
  "scripts": {
    "test": "eslint src && mocha --require ./test/kit/inject.js",
    "build": "babel src --out-dir=.",
    "prepare": "npm run build",
    "dump-visitor-keys": "node dump_visitor_keys.mjs"
  },
  "repository": "git+https://github.com/awto/effectfuljs.git",
  "keywords": [
    "transducers",
    "compiler",
    "estree",
    "iterator"
  ],
  "dependencies": {
    "@babel/generator": "^7.27.5",
    "@babel/parser": "^7.27.5",
    "@babel/types": "^7.27.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.27.2",
    "@babel/core": "^7.27.4",
    "@babel/plugin-transform-modules-commonjs": "^7.27.1",
    "@babel/plugin-transform-object-rest-spread": "^7.27.3",
    "@babel/plugin-transform-spread": "^7.27.1",
    "@babel/register": "^7.27.1",
    "cross-env": "^7.0.3",
    "eslint": "^9.28.0",
    "mocha": "^11.5.0",
    "terminal-kit": "^3.1.2"
  },
  "publishConfig": {
    "access": "public"
  }
}