Files
usage-statistics/package.json

51 lines
1.3 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",
"@octokit/plugin-retry": "^7.0.0",
"@octokit/plugin-throttling": "^7.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"
}