{
  "name": "@chialab/esbuild-rna",
  "type": "module",
  "version": "0.19.3",
  "description": "A framework for esbuild plugins with transform and emit capabilities.",
  "main": "lib/index.js",
  "typings": "types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "author": "Chialab <dev@chialab.io> (https://www.chialab.it)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chialab/rna",
    "directory": "packages/esbuild-rna"
  },
  "keywords": [],
  "files": [
    "lib",
    "types",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@chialab/estransform": "^0.20.0",
    "@chialab/node-resolve": "^0.19.1"
  },
  "devDependencies": {
    "esbuild": "^0.24.0",
    "typescript": "^5.0.0"
  }
}
