srcsm
Version:
🧽 A simple function to make your text sound sarcastic.
26 lines (25 loc) • 737 B
JSON
{
"name": "srcsm",
"version": "1.0.1",
"description": "🧽 A simple function to make your text sound sarcastic.",
"main": "dist/app",
"typings": "dist/app",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maximedaraize/srcsm.git"
},
"keywords": ["typescript", "javascript", "helper", "utility", "sarcasm", "sarcastic", "meme" ],
"author": "Maxime Daraize <hello@maximedaraize.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maximedaraize/srcsm/issues"
},
"homepage": "https://github.com/maximedaraize/srcsm#readme",
"devDependencies": {
"typescript": "^4.5.5"
}
}