UNPKG

@sundaywong/launched-badges

Version:

Universal badges for your product launches — celebrate on Lovable, Reddit, X, Hacker News, and more, not just Product Hunt.

66 lines 1.72 kB
{ "name": "@sundaywong/launched-badges", "version": "0.1.8", "description": "Universal badges for your product launches — celebrate on Lovable, Reddit, X, Hacker News, and more, not just Product Hunt.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "badge", "launched", "lovable", "reddit", "hackernews", "facebook", "instagram", "twitter", "x" ], "author": "Sunday Wong", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/wongsunday/launched-badges.git" }, "homepage": "https://launched-badges.lovable.app/", "bugs": { "url": "https://github.com/wongsunday/launched-badges/issues" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.1.5", "@testing-library/react": "^14.1.2", "@types/react": "^18.2.38", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "@vitejs/plugin-react": "^4.2.0", "@vitest/coverage-v8": "^3.1.2", "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^22.1.0", "tsup": "^8.0.1", "typescript": "^5.3.2", "vitest": "^3.1.2" }, "dependencies": {}, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "lint": "eslint src --ext .ts,.tsx", "clean": "rm -rf dist" } }