gulp-banner-footer
Version:
gulp plugin for adding banner or footer to file.
59 lines • 1.31 kB
JSON
{
"name": "gulp-banner-footer",
"type": "module",
"version": "1.2.0",
"description": "gulp plugin for adding banner or footer to file.",
"keywords": [
"gulp-banner",
"gulp-footer",
"gulp-plugin"
],
"license": "MIT",
"author": {
"name": "ntnyq",
"email": "ntnyq13@gmail.com"
},
"homepage": "https://github.com/ntnyq/gulp-plugins",
"repository": {
"type": "git",
"url": "git+https://github.com/ntnyq/gulp-plugins.git",
"directory": "packages/gulp-banner-footer"
},
"bugs": {
"url": "https://github.com/ntnyq/gulp-plugins/issues"
},
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@ntnyq/logger": "^0.0.4",
"@types/through2": "^2.0.41",
"@types/vinyl": "^2.0.12",
"plugin-error": "^2.0.1",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
},
"engines": {
"node": ">=18.18.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch src"
}
}