@silexlabs/eleventy-plugin-concat
Version:
Eleventy plugin to bundle your scripts and styles
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "@silexlabs/eleventy-plugin-concat",
"version": "1.4.2",
"description": "Eleventy plugin to bundle your scripts and styles",
"main": ".eleventy.js",
"bin": {
"eleventy-plugin-concat": "./src/cli.js"
},
"scripts": {
"start": "eleventy --serve",
"lint": "eslint src",
"test": "mocha ./tests/*.test.js",
"test:watch": "mocha --watch ./tests/*.test.js",
"cli": "node src/cli.js"
},
"author": {
"name": "Alex Hoyau",
"url": "https://lexoyo.me/"
},
"repository": {
"type": "git",
"url": "https://github.com/silexlabs/eleventy-plugin-concat.git"
},
"license": "GPL-3.0",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"css-tree": "^3.2.1",
"eslint": "^8.39.0",
"html-pages": "^3.1.0",
"mocha": "^10.2.0"
},
"dependencies": {
"glob": "^11.0.3",
"node-fetch": "^2.6.9",
"node-html-parser": "^6.1.5"
},
"keywords": [
"silex",
"eleventy",
"plugin",
"elventy-plugin",
"optimization"
]
}