UNPKG

@chialab/esbuild-rna

Version:

A framework for esbuild plugins with transform and emit capabilities.

35 lines (34 loc) 777 B
{ "name": "@chialab/esbuild-rna", "type": "module", "version": "0.18.2", "description": "A framework for esbuild plugins with transform and emit capabilities.", "main": "lib/index.js", "typings": "./types/index.d.ts", "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.18.0", "@chialab/node-resolve": "^0.18.0" }, "devDependencies": { "esbuild": "^0.19.0", "typescript": "^5.0.0" } }