-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.64 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "backend-table-rise",
"version": "1.0.0",
"description": "A project to provide an API to TableRise application",
"main": "src/server.js",
"scripts": {
"start": "node ./build/src/server.js",
"build": "tsc",
"local": "npm run build && npm start",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "cross-env NODE_ENV=test TEST_TYPE=unit ts-mocha --paths -r tests/support/setup tests/unit/**/*.spec.ts --exit",
"test:integration": "cross-env NODE_ENV=test TEST_TYPE=integration ts-mocha --paths -r tests/support/setup.integration --timeout 10000 tests/integration/**/*.spec.ts --exit",
"test:coverage": "cross-env NODE_ENV=test TEST_TYPE=coverage nyc ts-mocha --paths -r tests/support/setup tests/unit/**/*.spec.ts --exit",
"lint": "npx eslint . --ext .ts --max-warnings=0",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier . --write",
"check-lib": "node scripts/checkUnauthorizedChars.js",
"check-cov": "node scripts/checkCoverage.js",
"populate": "npx @tablerise/[email protected]",
"circular": "npx dpdm --no-warning --no-tree src/server.ts",
"reset": "rm -rf node_modules && rm package-lock.json && npm install",
"prepare": "husky install"
},
"_moduleAliases": {
"src": "./build/src/"
},
"keywords": [],
"author": "Adson Gomes Oliveira (https://github.com/Adson-Gomes-Oliveira)",
"license": "ISC",
"devDependencies": {
"@faker-js/faker": "8.1.0",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/bcrypt": "5.0.0",
"@types/chai": "4.3.9",
"@types/cookie-parser": "1.4.6",
"@types/cookie-session": "2.0.48",
"@types/cors": "2.8.13",
"@types/expect": "24.3.0",
"@types/express": "4.17.17",
"@types/express-session": "1.17.7",
"@types/jsonwebtoken": "9.0.3",
"@types/mocha": "10.0.3",
"@types/module-alias": "2.0.1",
"@types/multer": "1.4.11",
"@types/node": "20.1.1",
"@types/node-cron": "3.0.11",
"@types/nodemailer": "6.4.9",
"@types/passport": "1.0.12",
"@types/passport-discord": "0.1.7",
"@types/passport-facebook": "3.0.0",
"@types/passport-google-oauth20": "2.0.11",
"@types/passport-local": "1.0.36",
"@types/proxyquire": "1.3.31",
"@types/qrcode": "1.5.2",
"@types/sinon": "10.0.20",
"@types/sinon-chai": "3.2.11",
"@types/speakeasy": "2.0.8",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "4.1.4",
"@types/uuid": "9.0.5",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"chai": "4.3.10",
"cross-env": "7.0.3",
"dirty-chai": "2.0.1",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-standard-with-typescript": "34.0.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"husky": "8.0.3",
"mocha": "10.2.0",
"nodemon": "3.0.1",
"nyc": "15.1.0",
"prettier": "3.0.0",
"proxyquire": "2.1.3",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"supertest": "6.3.3",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.0.4"
},
"dependencies": {
"@tablerise/auto-swagger": "3.4.0",
"@tablerise/database-management": "4.8.1",
"@tablerise/dynamic-logger": "1.6.2",
"@types/chai-as-promised": "7.1.7",
"awilix": "9.0.0",
"axios": "1.6.2",
"bcrypt": "5.1.1",
"cookie-parser": "1.4.6",
"cookie-session": "2.0.0",
"cors": "2.8.5",
"dotenv": "16.0.3",
"express": "4.19.2",
"express-async-errors": "3.1.1",
"express-session": "1.17.3",
"form-data": "4.0.0",
"helmet": "7.0.0",
"imgur": "2.3.0",
"jsonwebtoken": "9.0.0",
"module-alias": "2.2.3",
"multer": "1.4.5-lts.1",
"node-cron": "3.0.3",
"nodemailer": "6.9.9",
"passport": "0.5.3",
"passport-cookie": "1.0.9",
"passport-discord": "0.1.4",
"passport-facebook": "3.0.0",
"passport-google-oauth20": "2.0.0",
"passport-local": "1.0.0",
"passport-oauth2-refresh": "2.2.0",
"qrcode": "1.5.3",
"socket.io": "4.7.3",
"speakeasy": "2.0.0",
"swagger-ui-express": "4.6.3",
"uuid": "9.0.1",
"zod": "3.22.3"
}
}