Files
ejs/package.json
dlp-bot 54e5179b16 Update 11 development dependencies (#58)
* Bump @types/bun 1.3.0 => 1.3.14
* Bump @types/deno 2.5.0 => 2.7.0
* Bump @types/node 24.8.1 => 25.9.3
* Bump bun-types 1.3.0 => 1.3.14
* Bump esbuild 0.28.0 => 0.28.1
* Bump globals 16.4.0 => 17.6.0
* Bump oxfmt 0.48.0 => 0.54.0
* Bump oxlint 1.63.0 => 1.69.0
* Bump undici-types 7.14.0 => 7.24.6
* Remove @types/react 19.2.7
* Remove csstype 3.2.3
* Fix deno lockfile check script

Co-authored-by: bashonly <bashonly@protonmail.com>
2026-06-20 23:16:32 +00:00

27 lines
564 B
JSON

{
"name": "ejs",
"homepage": "https://github.com/yt-dlp/ejs",
"type": "module",
"scripts": {
"bundle": "python hatch_build.py",
"esbuild": "esbuild",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint --fix",
"lint:check": "oxlint"
},
"dependencies": {
"astring": "1.9.0",
"meriyah": "6.1.4"
},
"devDependencies": {
"@types/bun": "1.3.14",
"@types/deno": "2.7.0",
"@types/node": "25.9.3",
"esbuild": "0.28.1",
"globals": "17.6.0",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0"
}
}