mirror of
https://github.com/tauri-apps/tauri-github-bot.git
synced 2026-01-31 00:35:20 +01:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "tauri-apps-bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "A bot for tauri-apps to automate various tasks.",
|
|
"license": "MIT OR Apache-2.0",
|
|
"homepage": "https://github.com/tauri-apps/tauri-apps-bot",
|
|
"keywords": [
|
|
"probot",
|
|
"github",
|
|
"probot-app",
|
|
"tauri-apps"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"build": "tsup",
|
|
"dev": "tsup --watch src",
|
|
"start": "probot run ./lib/index.js",
|
|
"lint": "eslint src/**/*.ts",
|
|
"format": "prettier --write --end-of-line=auto \"./**/*.{js,ts,json}\" --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"probot": "^11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/rest": "^18.12.0",
|
|
"@types/node": "^14.14.19",
|
|
"@typescript-eslint/eslint-plugin": "^4.29.3",
|
|
"@typescript-eslint/parser": "^4.29.3",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"husky": "^7.0.2",
|
|
"prettier": "^2.3.2",
|
|
"tsup": "^4.14.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
}
|