mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-28 17:30:21 +00:00
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "waka-box",
|
|
"version": "0.0.1",
|
|
"description": "📊 Update a gist to contain your weekly WakaTime stats",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^1.3.1",
|
|
"prettier": "^1.16.4",
|
|
"pretty-quick": "^1.10.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|