osr-mono/packages/osr-ai-templates/_package.json
2025-01-29 18:17:03 +01:00

58 lines
1.5 KiB
JSON

{
"name": "@plastichub/osr-ai-templates",
"version": "0.1.4",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"osr-ai-templates": "main.js"
},
"dependencies": {
"@asteasolutions/zod-to-openapi": "^7.2.0",
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.32",
"@plastichub/osr-ai-tools": "file:../osr-ai-tools",
"@plastichub/osr-cli-commons": "file:../osr-cli-commons",
"@plastichub/osr-commons": "file:../osr-commons",
"@plastichub/osr-log": "file:../osr-log",
"convert-units": "^2.3.4",
"cryptr": "^6.0.3",
"env-var": "^7.1.1",
"filenamify": "^4.3.0",
"llm-tools-cli": "file:../osr-ai-tools",
"openai": "^4.76.3",
"querystring": "^0.2.1",
"sanitize-filename": "^1.6.3",
"shell-escape": "^0.2.0",
"tslog": "^4.9.3",
"typescript": "^5.6.3",
"yargs": "^17.7.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5",
"zod-to-ts": "^1.2.0"
},
"devDependencies": {
"@types/download": "^8.0.5",
"@types/node": "^22.12.0",
"type-fest": "^4.33.0"
},
"scripts": {
"dev": "tsc -p . --declaration -w",
"build": "tsc -p . --declaration",
"docs": "npx typedoc src/index.ts"
},
"homepage": "https://git.osr-plastic.org/osr-plastic/osr-commons",
"repository": {
"type": "git",
"url": "https://git.osr-plastic.org/osr-plastic/osr-commons.git"
},
"engines": {
"node": ">= 14.0.0"
},
"license": "BSD-3-Clause",
"keywords": [
"typescript"
]
}