This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
55
56
57
58
59
60
{
"name": "chastushki_js",
"version": "2.1.2",
"description": "chastushki app using Yandex SpeechKit (приложения, которое генерирует частушки с помощью Yandex SpeechKit)",
"main": "app.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t0nyhat/chastushki_js.git"
},
"keywords": [
"Yandex",
"SpeechKit",
"chastushki",
"частушки",
"Node",
"js",
"Express",
"js",
"JavaScript"
],
"author": "Tony Hat <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/t0nyhat/chastushki_js/issues"
},
"homepage": "https://github.com/t0nyhat/chastushki_js#readme",
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.2",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"supertest": "^6.1.3"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"celebrate": "^14.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"express-winston": "^4.1.0",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.10",
"mongoose-validator": "^2.1.0",
"node-jose": "^2.0.0",
"node-telegram-bot-api": "^0.53.0",
"superagent": "^6.1.0",
"validator": "^13.6.0",
"winston": "^3.3.3"
}
}