@niconicozha/thank-you-tweet-button-001
Version:
Easy-to-use tweet button for saying thank you to @oluwatobiss.
55 lines (54 loc) • 1.6 kB
JSON
{
"name": "@niconicozha/thank-you-tweet-button-001",
"version": "3.0.2",
"description": "Easy-to-use tweet button for saying thank you to @oluwatobiss.",
"main": "dist/cjs/tweetButton.js",
"module": "dist/esm/tweetButton.js",
"types": "dist/esm/tweetButton.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/niconicozha/thank-you-tweet-button-001.git"
},
"bugs": {
"url": "https://github.com/niconicozha/thank-you-tweet-button-001/issues",
"email": "niconicozha@gmail.com"
},
"scripts": {
"build": "rm -r dist && npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"test": "jest --config jest.config.ts",
"prepare": "husky",
"release": "dotenv release-it --"
},
"keywords": [
"tweet",
"twitter",
"button",
"thank you",
"thanks"
],
"author": "niconicozha <niconicozha@gmail.com>",
"license": "MIT",
"files": [
"dist/"
],
"homepage": "https://github.com/niconicozha/thank-you-tweet-button-001#readme",
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-env": "^7.27.2",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@jest/globals": "^30.0.1",
"@release-it/conventional-changelog": "^10.0.1",
"dotenv-cli": "^8.0.0",
"husky": "^9.1.7",
"jest": "^30.0.1",
"jest-environment-jsdom": "^30.0.1",
"release-it": "^19.0.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}