Files
waka-box/package.json
2019-03-16 17:33:34 -04:00

25 lines
543 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",
"axios": "^0.18.0",
"dotenv": "^7.0.0",
"wakatime-client": "^2.0.2",
"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"
}
}
}