-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1004 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@runnerty/executor-confirmation",
"version": "3.0.3",
"description": "Executor for Runnerty integrated with Telegram. It sends a message to your Telegram chat and waits for an answer to continue or stop the chain.",
"author": "Runnerty Tech",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/runnerty/executor-confirmation.git"
},
"scripts": {
"lint": "eslint '**/*.js' && prettier --check '**'"
},
"keywords": [
"runnerty",
"executor",
"telegram",
"confirmation"
],
"bugs": {
"url": "https://github.com/runnerty/executor-confirmation/issues"
},
"homepage": "https://github.com/runnerty/executor-confirmation#readme",
"dependencies": {
"@runnerty/module-core": "~3.0.5",
"node-telegram-bot-api": "~0.51.0"
},
"devDependencies": {
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
}
}