-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.85 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.85 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "social_back-end",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "ts-node-dev --files --deps ./src/index.ts",
"test-dev": "mocha -r ts-node/register 'test/**/*.ts'",
"build": "tsc",
"list:ts": "eslint --fix 'src/**/*.{ts,tsx}'"
},
"author": "Macwel, email: wifi-215@yandex.ru",
"license": "ISC",
"dependencies": {
"@mailchimp/mailchimp_transactional": "^1.0.47",
"@types/cron": "^1.7.3",
"@types/fs-extra": "^9.0.13",
"@types/ioredis": "^4.28.5",
"@types/lodash": "^4.14.178",
"@types/mongodb": "^4.0.7",
"@types/mongoose": "^5.11.97",
"@types/p-queue": "^3.2.1",
"@types/puppeteer": "^5.4.4",
"@types/validator": "^13.6.3",
"async": "^3.2.2",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cron": "^1.8.2",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"events": "^3.3.0",
"express": "^4.17.1",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"ioredis": "^4.28.2",
"ipware": "^2.0.0",
"is_js": "^0.9.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"log4js": "^6.3.0",
"mongoose": "^6.1.4",
"morgan": "^1.10.0",
"npm": "^8.3.0",
"path": "^0.12.7",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"puppeteer": "^13.0.1",
"puppeteer-cluster": "^0.22.0",
"redis": "^4.0.1",
"reflect-metadata": "^0.1.13",
"safe-stable-stringify": "^2.3.1",
"sequelize": "^6.16.1",
"sequelize-typescript": "^2.1.2",
"util": "^0.12.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/mocha": "^9.0.0",
"@types/morgan": "^1.9.3",
"@types/node": "^17.0.17",
"@types/sequelize": "^4.28.11",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"cli-progress": "^3.9.0",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.3.5"
}
}