-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.11 KB
/
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
{
"name": "remembrall_taskbot",
"version": "1.0.0",
"description": "Проект Remembrall на Зимней Школе CompTech 2021",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"build": "npx tsc",
"start": "node dist/server.js"
},
"engines": {
"node": "14.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^14.14.22",
"debug": "^4.3.1",
"express": "^4.17.1",
"firebase": "^8.2.5",
"node-telegram-bot-api": "0.51.0",
"typescript": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comptech-winter-school/remembrall.git"
},
"bugs": {
"url": "https://github.com/comptech-winter-school/remembrall/issues"
},
"homepage": "https://github.com/comptech-winter-school/remembrall#readme",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node-telegram-bot-api": "^0.51.0",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"eslint": "^7.19.0"
}
}