saving current implementation of the action using the new pypi stats site

This commit is contained in:
Luke Hagar
2025-08-14 21:22:40 -05:00
parent 5aa7ed039e
commit 589919d91d
58 changed files with 20647 additions and 3177 deletions

View File

@@ -9,24 +9,29 @@
"homepage": "https://github.com/LukeHagar/usage-statistics#readme",
"main": "src/index.ts",
"scripts": {
"start": "bun run src/index.ts",
"preview": "bun run src/index.ts --preview",
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist",
"test": "bun test",
"action:build": "bun build src/action.ts --outdir dist --target node --minify",
"action:test": "bun test && bun run action:build"
"dev": "bun --watch --env-file=.dev.env --env-file=.env run src/action.ts",
"test:pypi": "bun run test-pypi-bigquery.ts",
"test:pypi-detailed": "bun run test-pypi-detailed.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.0.0",
"bun-types": "1.2.19",
"typescript": "^5.0.0"
},
"dependencies": {
"@actions/core": "1.11.1",
"@octokit/rest": "22.0.0",
"@actions/github": "6.0.1",
"@google-cloud/bigquery": "^7.0.0",
"@octokit/graphql": "^7.0.0",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^7.0.0"
"@octokit/plugin-throttling": "^7.0.0",
"@octokit/rest": "22.0.0",
"chart.js": "^4.5.0",
"chartjs-adapter-moment": "1.0.1",
"fast-xml-parser": "5.2.5",
"moment": "2.30.1",
"skia-canvas": "^2.0.2"
},
"engines": {
"bun": ">=1.0.0"
@@ -47,5 +52,6 @@
"usage"
],
"author": "LukeHagar",
"license": "MIT"
}
"license": "MIT",
"private": true
}