mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
28 lines
652 B
JSON
28 lines
652 B
JSON
{
|
|
"name": "fetch-sponsors",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsm ./main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"packageManager": "pnpm@10.28.0",
|
|
"dependencies": {
|
|
"@octokit/core": "^7.0.3",
|
|
"@octokit/plugin-paginate-graphql": "^6.0.0",
|
|
"@octokit/plugin-paginate-rest": "^14.0.0",
|
|
"@octokit/plugin-retry": "^8.0.1",
|
|
"@octokit/plugin-throttling": "^11.0.1",
|
|
"@octokit/types": "^16.0.0",
|
|
"@types/node": "^22.15.21",
|
|
"dotenv": "^17.2.1",
|
|
"tsm": "^2.3.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|