UNPKG

rage-to-comedy

Version:

イライラした出来事を入力すると、Geminiがおもしろシナリオに変換します

39 lines (38 loc) 1.05 kB
{ "name": "rage-to-comedy", "version": "0.1.0", "bin": { "rage-to-comedy": "dist/src/main.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node --no-warnings --loader ts-node/esm src/main.ts", "lint": "biome lint src", "format": "biome format src", "check": "biome check src" }, "devDependencies": { "@biomejs/biome": "2.0.6", "@types/node": "^24.0.8", "ts-node": "^10.9.2", "typescript": "^5.2.2", "vitest": "^3.2.4" }, "dependencies": { "@google/genai": "^1.7.0" }, "description": "イライラした出来事を入力すると、Geminiがおもしろシナリオに変換します", "main": "dist/main.js", "repository": { "type": "git", "url": "git+https://github.com/eatplaynap/rage-to-comedy.git" }, "keywords": ["gemini", "comedy", "ai"], "author": "eatplaynap", "license": "MIT", "bugs": { "url": "https://github.com/eatplaynap/rage-to-comedy/issues" }, "homepage": "https://github.com/eatplaynap/rage-to-comedy#readme" }