Files
espurna/code/package.json
2025-03-05 18:44:06 +03:00

30 lines
826 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.13.0",
"@jaames/iro": "^5.5.2",
"@types/node": "^20.14.2",
"@typescript/lib-dom": "npm:@types/web@^0.0.174",
"convert-source-map": "^2.0.0",
"esbuild": "^0.25.0",
"eslint": "^9.13.0",
"fancy-log": "^2.0.0",
"globals": "^15.4.0",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"html-minifier-terser": "^7.2.0",
"html-validate": "^9.4.1",
"inline-source": "^8.0.3",
"jsdom": "^25.0.1",
"through2": "^4.0.2",
"vitest": "^3.0.7"
}
}