63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "@11ty/eleventy-plugin-bundle",
|
|
"version": "3.0.0",
|
|
"description": "Little bundles of code, little bundles of joy.",
|
|
"main": "eleventy.bundle.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": ">=18"
|
|
},
|
|
"11ty": {
|
|
"compatibility": ">=3.0.0-alpha"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/11ty"
|
|
},
|
|
"keywords": [
|
|
"eleventy",
|
|
"eleventy-plugin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://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"
|
|
],
|
|
"ignoredByWatcher": [
|
|
"**/_site/**",
|
|
".cache"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "3.0.0-alpha.20",
|
|
"ava": "^5.3.1",
|
|
"postcss": "^8.4.31",
|
|
"postcss-nested": "^6.0.1",
|
|
"sass": "^1.69.5"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"posthtml-match-helper": "^2.0.2"
|
|
}
|
|
}
|