UNPKG

talkshitgetdared

Version:

The truth will hurt. An open-source cursed-core engine for Truth & Dare prompts.

40 lines (39 loc) 809 B
{ "name": "talkshitgetdared", "version": "1.0.5", "description": "The truth will hurt. An open-source cursed-core engine for Truth & Dare prompts.", "main": "dist/index.js", "scripts": { "build": "node scripts/build.js", "start": "npm run build && node dist/test.js", "dev": "ts-node src/test.ts" }, "files": [ "dist", "scripts", "src", "README.md", "LICENSE.txt" ], "repository": { "type": "git", "url": "https://github.com/kyrexiii/TalkShitGetDared" }, "keywords": [ "truth-or-dare", "prompts", "chaos", "nsfw", "sfw", "typescript", "party", "discord-bot" ], "author": "Haruka", "license": "MIT", "dependencies": { "@types/node": "^24.0.10", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }