mirror of
https://github.com/yt-dlp/ejs.git
synced 2026-06-13 00:32:11 +00:00
29 lines
702 B
JSON
29 lines
702 B
JSON
{
|
|
"name": "ejs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"bundle": "python hatch_build.py",
|
|
"esbuild": "esbuild",
|
|
"fmt": "prettier --write \"**/*.[jt]s\" \"package.json\"",
|
|
"fmt:check": "prettier --check \"**/*.[jt]s\" \"package.json\"",
|
|
"lint": "eslint src",
|
|
"prettier": "prettier"
|
|
},
|
|
"homepage": "https://github.com/yt-dlp/ejs",
|
|
"dependencies": {
|
|
"astring": "1.9.0",
|
|
"meriyah": "6.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.38.0",
|
|
"@types/bun": "1.3.0",
|
|
"@types/deno": "2.5.0",
|
|
"@types/node": "24.8.1",
|
|
"esbuild": "0.28.0",
|
|
"eslint": "9.38.0",
|
|
"globals": "16.4.0",
|
|
"prettier": "3.6.2",
|
|
"typescript-eslint": "8.46.2"
|
|
}
|
|
}
|