feat: initial commit
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "@maigolabs/kairos",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun src/index.ts",
|
||||
"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",
|
||||
"@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",
|
||||
"tinypool": "^2.0.0",
|
||||
"zod": "^4.1.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user