UNPKG

thank-you-tweet-button-003

Version:

Easy-to-use tweet button for saying thank you to @oluwatobiss.

47 lines (46 loc) 1.22 kB
{ "name": "thank-you-tweet-button-003", "version": "8.0.4", "homepage": "https://github.com/codesweetly/thank-you-tweet-button-003#readme", "description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.", "main": "tweetButton.js", "exports": { ".": "./tweetButton.js", "./style.css": "./style.css" }, "scripts": { "test": "jest --config jest.config.js", "prepare": "husky" }, "repository": { "type": "git", "url": "https://github.com/codesweetly/thank-you-tweet-button-003.git" }, "bugs": { "url": "https://github.com/codesweetly/thank-you-tweet-button-003/issues", "email": "contact@codesweetly.com" }, "files": [ "./style.css", "./generateStarIcons.js", "./showError.js" ], "keywords": [ "tweet", "twitter", "button", "thank you", "thanks" ], "author": "Oluwatobi Sofela <contact@codesweetly.com> (https://www.codesweetly.com)", "license": "MIT", "type": "commonjs", "devDependencies": { "@babel/preset-env": "^7.29.2", "@commitlint/cli": "^20.5.0", "@commitlint/config-conventional": "^20.5.0", "husky": "^9.1.7", "jest": "^30.3.0", "jest-environment-jsdom": "^30.3.0" } }