perchance-ai-prompt-library
Version:
🎨 Complete AI prompt library and generator with advanced CLI, batch processing, analytics, and multi-format export capabilities
93 lines (92 loc) • 2.52 kB
JSON
{
"name": "perchance-ai-prompt-library",
"version": "2.4.0",
"description": "🎨 Complete AI prompt library and generator with advanced CLI, batch processing, analytics, and multi-format export capabilities",
"main": "src/index.js",
"bin": {
"perchance-prompts": "bin/cli.js"
},
"files": [
"bin/cli.js",
"src/**/*",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"start": "node src/index.js",
"test": "jest",
"dev": "npm run api:dev",
"generate": "node bin/cli.js",
"batch": "node bin/cli.js batch",
"export": "node bin/cli.js export",
"test:cli": "npm run test:generate && npm run test:batch",
"test:generate": "node bin/cli.js generate anime \"test warrior\" -c 2",
"test:batch": "node bin/cli.js batch photorealistic \"test city\" -c 5",
"release": "npm version patch && git push origin main --tags"
},
"keywords": [
"ai",
"prompt",
"generator",
"perchance",
"image-generation",
"batch-processing",
"cli",
"analytics",
"export",
"variations",
"art-styles",
"professional-quality",
"advanced-features",
"v2"
],
"author": {
"name": "AI Research Team",
"email": "contact@perchance-ai.com",
"url": "https://github.com/perchance-ai/prompt-library"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Gzeu/perchance-ai-prompt-library.git"
},
"bugs": {
"url": "https://github.com/Gzeu/perchance-ai-prompt-library/issues"
},
"homepage": "https://github.com/Gzeu/perchance-ai-prompt-library#readme",
"dependencies": {
"@pollinations/react": "^2.0.7",
"axios": "^1.11.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.5",
"commander": "^9.4.1",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"express-rate-limit": "^8.0.1",
"express-validator": "^7.2.1",
"figlet": "^1.8.2",
"gradient-string": "^3.0.0",
"react-markdown": "^10.1.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"term-size": "^3.0.2",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"jest": "^29.3.1",
"nodemon": "^2.0.22"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"publishConfig": {
"access": "public"
}
}