Files
Kairos/package.json
2025-11-17 02:52:00 +08:00

41 lines
1.1 KiB
JSON

{
"name": "@maigolabs/kairos",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "bun src/index.ts metadata",
"start:thumb": "bun src/index.ts thumb",
"typecheck": "tsc",
"lint": "eslint --cache --ext .",
"lint:fix": "eslint --cache --ext . --fix"
},
"license": "UNLICENSED",
"packageManager": "pnpm@10.20.0",
"private": true,
"devDependencies": {
"@eslint/js": "^9.39.1",
"@stylistic/eslint-plugin": "^5.5.0",
"@typescript-eslint/eslint-plugin": "^8.46.3",
"@typescript-eslint/parser": "^8.46.3",
"cross-env": "^10.1.0",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"jiti": "^2.6.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@guiiai/logg": "^1.2.5",
"@napi-rs/canvas": "^0.1.82",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.0",
"bun": "^1.3.2",
"es-toolkit": "^1.41.0",
"fast-xml-parser": "^5.3.1",
"glob": "^11.0.3",
"thumbhash-node": "^0.1.3",
"tinypool": "^2.0.0",
"zod": "^4.1.12"
}
}