Files
archived-tauri-github-bot/package.json
renovate[bot] ff289adad2 chore(deps): update dependency vitest to v0.33.0 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-06 21:41:12 +03:00

36 lines
922 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": "12.3.1"
},
"devDependencies": {
"@octokit/rest": "19.0.13",
"nock": "13.3.1",
"prettier": "3.0.0",
"tsup": "7.1.0",
"typescript": "5.1.6",
"vitest": "0.33.0"
},
"engines": {
"node": ">=16.0.0"
}
}