-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 984 Bytes
/
package.json
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
36
37
38
39
40
41
42
{
"name": "@botocrat/core",
"version": "0.2.1",
"description": "Context oriented Telegram Bot Framework",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "npm run lint",
"lint": "eslint"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"botocrat",
"telegram",
"bot",
"framework",
"nodejs",
"context-oriented-programming",
"chatbot"
],
"author": "Alper Kursat Unver",
"license": "MIT",
"peerDependencies": {
"@botocrat/telegram": "^0.2.8"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botocrats/botocrat.git"
},
"bugs": {
"url": "https://github.com/botocrats/botocrat/issues"
},
"homepage": "https://github.com/botocrats/botocrat/wiki"
}