35 lines
921 B
JSON
35 lines
921 B
JSON
{
|
|
"name": "template",
|
|
"description": "Starter template for lillith's projects",
|
|
"homepage": "https://github.com/lillithkt/template",
|
|
"main": "dist/index.js",
|
|
"engines": {
|
|
"node": ">=21.5.0"
|
|
},
|
|
"packageManager": "pnpm@9.0.1",
|
|
"scripts": {
|
|
"build": "node build.mjs",
|
|
"start": "node dist/index.js",
|
|
"test": "tsc --noEmit && eslint .",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.0",
|
|
"@eslint/js": "^9.22.0",
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"@types/node": "^22.13.10",
|
|
"esbuild": "^0.25.1",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"globals": "^16.0.0",
|
|
"prettier": "^3.5.3",
|
|
"prettier-eslint": "^16.3.0",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.26.1"
|
|
}
|
|
}
|