mirror of
https://github.com/LukeHagar/usage-statistics.git
synced 2025-12-06 04:21:55 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 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": {
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
},
|
|
"engines": {
|
|
"bun": ">=1.0.0"
|
|
},
|
|
"keywords": [
|
|
"github-action",
|
|
"statistics",
|
|
"analytics",
|
|
"downloads",
|
|
"npm",
|
|
"github",
|
|
"pypi",
|
|
"homebrew",
|
|
"powershell",
|
|
"postman",
|
|
"go",
|
|
"tracking",
|
|
"usage"
|
|
],
|
|
"author": "LukeHagar",
|
|
"license": "MIT"
|
|
} |