mirror of
https://github.com/tauri-apps/tauri-github-bot.git
synced 2026-01-31 00:35:20 +01:00
36 lines
921 B
JSON
36 lines
921 B
JSON
{
|
|
"name": "tauri-github-bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A GitHub bot for tauri-apps org to automate various tasks and intended to used only by tauri-apps org members.",
|
|
"license": "MIT OR Apache-2.0",
|
|
"homepage": "https://github.com/tauri-apps/tauri-github-bot",
|
|
"keywords": [
|
|
"probot",
|
|
"github",
|
|
"probot-app",
|
|
"tauri-apps"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup src/index.ts --clean",
|
|
"start": "probot run ./dist/index.js",
|
|
"type-check": "tsc --noEmit",
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{js,ts,json}\" --ignore-path .gitignore",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"probot": "13.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/rest": "21.1.1",
|
|
"nock": "14.0.10",
|
|
"prettier": "3.6.2",
|
|
"tsup": "8.5.0",
|
|
"typescript": "5.9.3",
|
|
"vitest": "4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|