mirror of
https://github.com/Aviortheking/codestats-skyline.git
synced 2025-06-30 11:49:18 +00:00
feat: Add support to specify year
+ Did some cleanup for the whole code Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@ -7,17 +7,17 @@
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dzeio/config": "^1.1.8",
|
||||
"@dzeio/object-util": "^1.4.2",
|
||||
"express": "^4.18.2",
|
||||
"node-fetch": "^2",
|
||||
"nodescad": "^1.1.0",
|
||||
"typescript": "^4.9.3"
|
||||
"nodescad": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dzeio/config": "^1.1.8",
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/node-fetch": "^2",
|
||||
"ts-node": "^10.9.1",
|
||||
"ts-node-dev": "^2.0.0"
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user