create-twitter-thread
Version:
Creates a twitter thread out of a long string and some options
41 lines (40 loc) • 933 B
JSON
{
"name": "create-twitter-thread",
"version": "2.1.0",
"description": "Creates a twitter thread out of a long string and some options",
"main": "src/index.js",
"scripts": {
"test": "ava",
"dev": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdad-s-river/create-twitter-thread.git"
},
"keywords": [
"twitter",
"tweet",
"tweet-thread",
"twitter-bot"
],
"author": {
"name": "Arihant Verma",
"email": "gdadsriver@gmail.com",
"url": "https://gdad-s-river.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gdad-s-river/create-twitter-thread/issues"
},
"homepage": "https://github.com/gdad-s-river/create-twitter-thread#readme",
"engines": {
"node": ">=6"
},
"dependencies": {
"@sindresorhus/is": "^0.9.0",
"esm": "^3.0.51"
},
"devDependencies": {
"ava": "1.0.0-beta.6"
}
}