UNPKG

@11ty/eleventy-plugin-bundle

Version:

Little bundles of code, little bundles of joy.

63 lines (62 loc) 1.33 kB
{ "name": "@11ty/eleventy-plugin-bundle", "version": "4.0.2", "description": "Little bundles of code, little bundles of joy.", "main": "src/BundlePlugin.js", "type": "module", "scripts": { "sample": "DEBUG=Eleventy:Bundle npx @11ty/eleventy --config=sample/sample-config.js --input=sample --serve", "test": "npx ava" }, "publishConfig": { "access": "public" }, "license": "MIT", "engines": { "node": ">=22" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/11ty" }, "keywords": [ "eleventy", "eleventy-plugin" ], "repository": { "type": "git", "url": "git+https://github.com/11ty/eleventy-plugin-bundle.git" }, "bugs": "https://github.com/11ty/eleventy-plugin-bundle/issues", "homepage": "https://www.11ty.dev/", "author": { "name": "Zach Leatherman", "email": "zachleatherman@gmail.com", "url": "https://zachleat.com/" }, "ava": { "failFast": true, "files": [ "test/*.js", "test/*.mjs" ], "watchMode": { "ignoreChanges": [ "**/_site/**", ".cache" ] } }, "devDependencies": { "@11ty/eleventy": "^4.0.0-0", "ava": "^8.0.1", "postcss": "^8.5.16", "postcss-nested": "^7.0.2", "sass": "^1.101.0" }, "dependencies": { "@11ty/eleventy-utils": "^2.0.7", "obug": "^2.1.3", "posthtml-match-helper": "^2.0.3" } }