-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "patrebna",
"version": "3.4.4",
"description": "Parser telegram bot for Kufar",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"start:server": "ts-node src/api/server.ts",
"dev": "nodemon src/index.ts",
"lint": "eslint \"**/*.{ts,tsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/evgeniy-kolmak/patrebna.git"
},
"author": "Evgeniy Kolmak",
"license": "MIT",
"bugs": {
"url": "https://github.com/evgeniy-kolmak/patrebna/issues"
},
"homepage": "https://github.com/evgeniy-kolmak/patrebna#readme",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.5.1",
"@types/node-schedule": "^2.1.7",
"@types/node-telegram-bot-api": "^0.64.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/jsdom": "^21.1.7",
"axios": "^1.7.6",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"i18next": "^23.14.0",
"ioredis": "^5.4.2",
"jsdom": "^25.0.0",
"mongoose": "^8.6.0",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.66.0",
"redis": "^4.7.0"
}
}