Files
waka-box/package.json
Matan Kushner 43d79258eb Initial commit
2019-03-15 13:24:25 -04:00

19 lines
455 B
JSON

{
"name": "bird-box",
"version": "0.0.1",
"description": "🐦💬 Update a gist to contain your latest tweets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matan Kushner <hello@matchai.me>",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^16.18.1",
"date-fns": "^2.0.0-alpha.27",
"dotenv": "^7.0.0",
"twitter": "^1.7.1",
"wordwrap": "^1.0.0"
}
}