@silexlabs/eleventy-plugin-concat
Version:
Eleventy plugin to bundle your scripts and styles
32 lines (31 loc) • 711 B
JSON
{
"name": "@silexlabs/eleventy-plugin-concat",
"version": "1.1.0",
"description": "Eleventy plugin to bundle your scripts and styles",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"lint": "eslint src",
"test": "mocha ./tests/*.test.js",
"test:watch": "mocha --watch ./tests/*.test.js"
},
"author": "lexoyo",
"license": "GPL-3.0",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"eslint": "^8.39.0",
"html-pages": "^3.1.0",
"mocha": "^10.2.0"
},
"dependencies": {
"node-fetch": "^2.6.9",
"node-html-parser": "^6.1.5"
},
"keywords": [
"silex",
"eleventy",
"plugin",
"elventy-plugin",
"optimization"
]
}