Files
waka-box/package.json
2019-03-16 13:34:46 -04:00

25 lines
546 B
JSON

{
"name": "bird-box",
"version": "0.0.1",
"description": "🐦💬 Update a gist to contain your latest tweets",
"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"
},
"devDependencies": {
"husky": "^1.3.1",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}