mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 04:21:55 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "usage-statistics",
|
|
"version": "1.0.0",
|
|
"description": "A comprehensive GitHub Action for tracking download statistics across multiple platforms",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LukeHagar/usage-statistics.git"
|
|
},
|
|
"homepage": "https://github.com/LukeHagar/usage-statistics#readme",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"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",
|
|
"@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/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"
|
|
},
|
|
"keywords": [
|
|
"github-action",
|
|
"statistics",
|
|
"analytics",
|
|
"downloads",
|
|
"npm",
|
|
"github",
|
|
"pypi",
|
|
"homebrew",
|
|
"powershell",
|
|
"postman",
|
|
"go",
|
|
"tracking",
|
|
"usage"
|
|
],
|
|
"author": "LukeHagar",
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|