{ "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.0", "@types/deno": "2.5.0", "@types/node": "24.8.1", "esbuild": "0.28.0", "globals": "16.4.0", "oxfmt": "^0.48.0", "oxlint": "^1.63.0" } }