mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 00:32:11 +00:00
27 lines
563 B
JSON
27 lines
563 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.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"
|
|
}
|
|
}
|