UNPKG

esbuild-header

Version:

A Esbuild plugin to add a header to file(s) after build

24 lines (23 loc) 485 B
{ "name": "esbuild-header", "version": "1.0.0", "description": "A Esbuild plugin to add a header to file(s) after build", "main": "index.js", "type": "module", "keywords": [ "esbuild", "esbuild-plugin", "header", "comments", "plugin", "gulp-header" ], "author": "Johnie Hjelm <johnie@hjelm.im>", "license": "MIT", "dependencies": { "esbuild": "^0.14.48", "pupa": "^3.1.0", "read-pkg": "^7.1.0", "read-pkg-up": "^9.1.0" } }