@bramato/openrouter-mock-generator
Version:
AI-powered mock data generator using OpenRouter API with JSON mode support
77 lines (76 loc) • 1.99 kB
JSON
{
"name": "@bramato/openrouter-mock-generator",
"version": "2.1.1",
"description": "AI-powered mock data generator using OpenRouter API with JSON mode support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ai-generate-mock": "dist/bin/cli.js",
"ai-generate-images": "dist/bin/generate-images.js",
"ai-spaces-manager": "dist/bin/spaces-manager.js",
"ai-init": "dist/bin/init.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --watchAll=false",
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
"format:check": "prettier --check \"src/**/*.{ts,js,json}\"",
"lint": "npm run format:check",
"prepublishOnly": "npm run build",
"clean": "rm -rf dist && rm -rf coverage",
"prebuild": "npm run clean"
},
"files": [
"dist/",
"README.md"
],
"keywords": [
"ai",
"mock-data",
"openrouter",
"json",
"generator",
"cli",
"typescript",
"openai",
"anthropic",
"claude",
"gpt"
],
"author": "bramato",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.6",
"@types/jest": "^30.0.0",
"@types/node": "^20.10.0",
"@types/prettier": "^2.7.3",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"typescript": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bramato/openrouter-mock-generator.git"
},
"bugs": {
"url": "https://github.com/bramato/openrouter-mock-generator/issues"
},
"homepage": "https://github.com/bramato/openrouter-mock-generator#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@bramatom/git-copilot": "^1.0.4",
"cli-progress": "^3.12.0",
"dotenv": "^17.2.1",
"openrouter-agents": "^1.2.1"
}
}