chore: update package.json and bun.lock to include semver and its types; modify TypeScript imports to use .js extensions

This commit is contained in:
Luke Hagar
2025-08-14 21:46:52 -05:00
parent 4cb80c543a
commit aeb13a1169
22 changed files with 945 additions and 1097 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "usage-statistics",
"version": "1.0.0",
"type": "module",
"description": "A comprehensive GitHub Action for tracking download statistics across multiple platforms",
"repository": {
"type": "git",
@@ -15,6 +16,7 @@
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.0.0",
"@types/semver": "7.7.0",
"bun-types": "1.2.19",
"typescript": "^5.0.0"
},
@@ -30,6 +32,7 @@
"chartjs-adapter-moment": "1.0.1",
"fast-xml-parser": "5.2.5",
"moment": "2.30.1",
"semver": "^7.5.0",
"skia-canvas": "^2.0.2"
},
"engines": {