mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
drop local dependency on through2 in favour of node:stream but, still ensure that things work for gulp-style File streams
29 lines
822 B
JSON
29 lines
822 B
JSON
{
|
|
"name": "esp8266-filesystem-builder",
|
|
"description": "Gulp based build system for ESP8266 file system files",
|
|
"main": "gulpfile.js",
|
|
"author": "Xose Pérez <xose.perez@gmail.com>",
|
|
"contributors": [
|
|
"Maxim Prokhorov <prokhorov.max@outlook.com>"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@jaames/iro": "^5.5.2",
|
|
"@types/node": "^22.13.0",
|
|
"@typescript/lib-dom": "npm:@types/web@^0.0.213",
|
|
"clone-stats": "npm:clone-stats-node22@1.0.1",
|
|
"convert-source-map": "^2.0.0",
|
|
"esbuild": "^0.25.1",
|
|
"eslint": "^9.22.0",
|
|
"fancy-log": "^2.0.0",
|
|
"globals": "^16.0.0",
|
|
"gulp": "^5.0.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"html-validate": "^9.5.2",
|
|
"inline-source": "^8.0.3",
|
|
"jsdom": "^26.0.0",
|
|
"vitest": "^3.0.9"
|
|
}
|
|
}
|