UNPKG

who-asked

Version:

A tiny package to deliver sarcastic replies, memes, or GIFs for when no one asked — but your product still has to say something.

51 lines (50 loc) 1.36 kB
{ "name": "who-asked", "version": "1.0.0", "description": "A tiny package to deliver sarcastic replies, memes, or GIFs for when no one asked — but your product still has to say something.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs", "test": "vitest", "prepublishOnly": "npm run build && npm test", "lint": "eslint . --ext .ts,.js", "lint:fix": "eslint . --ext .ts,.js --fix", "typecheck": "tsc --noEmit" }, "keywords": [ "who-asked", "meme", "roast", "banter", "copypasta" ], "author": "Jay Singh <work.jayssingh@gmail.com>", "license": "WTFPL", "repository": { "type": "git", "url": "https://github.com/mathdebate09/who-asked.git" }, "bugs": { "url": "https://github.com/mathdebate09/who-asked/issues" }, "homepage": "https://whoasked.js.org", "type": "module", "devDependencies": { "@eslint/js": "^9.31.0", "@types/node": "^24.0.13", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "@vitest/coverage-v8": "^3.2.4", "eslint": "^9.31.0", "globals": "^16.3.0", "tsup": "^8.5.0", "typescript": "^5.8.3", "typescript-eslint": "^8.36.0", "vitest": "^3.2.4" } }