UNPKG

@gramio/prompt

Version:
47 lines (46 loc) 928 B
{ "name": "@gramio/prompt", "version": "1.2.1", "description": "Prompt plugin for GramIO", "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "type": "module", "homepage": "https://gramio.dev/plugins/official/prompt.html", "readme": "https://github.com/gramiojs/prompt", "scripts": { "prepublishOnly": "bunx pkgroll" }, "keywords": [ "gramio", "gramio-plugin", "prompt", "gramio-prompt", "question", "answer" ], "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.2.13", "gramio": "^0.4.3", "pkgroll": "2.12.2", "typescript": "^5.8.3" }, "peerDependencies": { "gramio": ">=0.0.39 <1.0.0" }, "license": "MIT", "files": ["dist"] }