furality-stream-recorder/package.json
Lillith Rose (Device: Lucia) fdeba8fd41
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Test / test (push) Waiting to run
Initial Commit
2025-06-08 14:33:19 -04:00

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"
}
}