@callmedayz/ai-prompt-toolkit
Version:
Professional AI prompt engineering toolkit with advanced template features, real-time dashboards, conditional logic, template inheritance, live monitoring, OpenRouter integration, and 310+ model support
57 lines (56 loc) • 1.53 kB
JSON
{
"name": "@callmedayz/ai-prompt-toolkit",
"version": "2.6.2",
"description": "Professional AI prompt engineering toolkit with advanced template features, real-time dashboards, conditional logic, template inheritance, live monitoring, OpenRouter integration, and 310+ model support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build",
"dev": "tsc --watch",
"fetch-models": "node scripts/fetch-openrouter-models.js",
"generate-config": "node scripts/generate-model-config.js",
"update-models": "npm run fetch-models && npm run generate-config && npm run build"
},
"keywords": [
"ai",
"prompt",
"engineering",
"tokens",
"text-processing",
"llm",
"gpt",
"claude",
"openrouter",
"multimodal",
"free-tier",
"machine-learning"
],
"author": "callmedayz",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/callmedayz/ai-prompt-toolkit.git"
},
"bugs": {
"url": "https://github.com/callmedayz/ai-prompt-toolkit/issues"
},
"homepage": "https://github.com/callmedayz/ai-prompt-toolkit#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.12",
"jest": "^30.0.4",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
}
}