@trapar-waves/llm-template
Version:
A template for LLM development integrating AI tools, TypeScript, Zod validation, and development utilities like Vitest and Rslib.
65 lines (64 loc) • 1.57 kB
JSON
{
"name": "@trapar-waves/llm-template",
"type": "module",
"version": "1.1.19",
"packageManager": "pnpm@10.23.0",
"description": "A template for LLM development integrating AI tools, TypeScript, Zod validation, and development utilities like Vitest and Rslib.",
"author": {
"email": "admin@rikka.cc",
"name": "Rikka",
"url": "https://github.com/Muromi-Rikka"
},
"license": "MIT",
"homepage": "https://github.com/Trapar-waves/llm-template",
"repository": {
"type": "git",
"url": "git+https://github.com/Trapar-waves/llm-template.git"
},
"bugs": {
"url": "https://github.com/Trapar-waves/llm-template/issues"
},
"keywords": [
"llm",
"ai",
"typescript",
"zod",
"vitest",
"vite",
"rslib",
"prettier",
"eslint",
"dotenv",
"pathe"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rslib build",
"build:watch": "rslib build --watch",
"lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
"postinstall": "husky"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.71",
"ai": "^5.0.101",
"mdbox": "^0.1.1",
"pathe": "^2.0.3",
"prettier": "^3.6.2",
"vitest": "^4.0.13",
"zod": "^4.1.13"
},
"devDependencies": {
"@antfu/eslint-config": "^6.2.0",
"@rslib/core": "^0.18.1",
"@types/node": "^24.10.1",
"dotenv": "^17.2.3",
"eslint": "^9.39.1",
"eslint-plugin-format": "^1.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"typescript": "^5.9.3",
"vite": "^7.2.4"
}
}