-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.88 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.88 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
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
{
"name": "codepark-phase-1",
"version": "2.1.0-phase1",
"description": "CodePark - Phase 1 Implementation: Security Hardening & Core Features",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint src tests",
"lint:fix": "eslint src tests --fix",
"security:audit": "npm audit",
"security:snyk": "snyk test",
"precommit": "lint-staged"
},
"keywords": [
"security",
"features",
"implementation",
"phase1"
],
"author": "skanda890",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1550.0-beta.1",
"googleapis": "^118.0.0-alpha.1",
"dropbox": "^11.0.0-rc.1",
"dotenv": "^16.3.0-rc.1",
"chalk": "^5.2.0-beta.1",
"progress": "^2.0.3-alpha.1",
"dockerode": "^3.3.0-rc.1",
"uuid": "^9.0.0-beta.1",
"express": "^5.2.0-rc.1",
"socket.io": "^4.8.0-rc.1",
"jsonwebtoken": "^9.1.0-rc.1",
"redis": "^4.6.0-alpha.1",
"axios": "^1.13.5",
"commander": "^10.0.0-rc.1",
"express-next": "npm:express@next",
"winston-next": "npm:winston@next",
"@opentelemetry/api-next": "npm:@opentelemetry/api@next",
"dotenv-next": "npm:dotenv@next",
"@tensorflow/tfjs-node-next": "npm:@tensorflow/tfjs-node@next",
"natural-next": "npm:natural@next",
"pino-next": "npm:pino@next",
"apache-arrow-next": "npm:apache-arrow@next",
"prompts": "^2.4.0-alpha.1",
"systeminformation": "^5.16.0-beta.1",
"dockerode-next": "npm:dockerode@next",
"body-parser": "^2.2.0-beta.1",
"compile-run": "^2.3.0-alpha.1",
"@apollo/server-next": "npm:@apollo/server@next",
"graphql-next": "npm:graphql@next",
"prisma-next": "npm:prisma@next",
"ioredis-next": "npm:ioredis@next",
"prom-client-next": "npm:prom-client@next",
"eslint-next": "npm:eslint@next",
"@typescript-eslint/parser-next": "npm:@typescript-eslint/parser@next",
"@typescript-eslint/eslint-plugin-next": "npm:@typescript-eslint/eslint-plugin@next",
"socket.io-next": "npm:socket.io@next",
"yjs-next": "npm:yjs@next",
"yargs-next": "npm:yargs@next",
"@prisma/client-next": "npm:@prisma/client@next",
"@octokit/rest-next": "npm:@octokit/rest@next",
"simple-oauth2-next": "npm:simple-oauth2@next",
"big-integer": "^1.6.0-alpha.1",
"big.js": "^7.0.0-rc.1",
"crypto-js": "^4.2.0-beta.1",
"decimal.js": "^10.4.0-alpha.1",
"express-rate-limit": "^8.2.0-beta.1",
"helmet": "^8.1.0-alpha.1",
"mathjs": "^15.1.0-rc.1",
"nerdamer": "^1.1.0-beta.1",
"readline-sync": "^1.4.0-alpha.1",
"firebase-admin-next": "npm:firebase-admin@latest",
"ajv": "^8.12.0",
"ajv-formats": "^2.2.0",
"bcryptjs": "^2.4.0-alpha.1",
"mongoose": "^8.0.0-alpha.1",
"cors": "^2.8.0-alpha.1",
"multer": "^1.4.5-lts.0-rc.1",
"passport": "^0.7.0-rc.1",
"passport-google-oauth20": "^2.0.0-beta.1",
"passport-jwt": "^4.0.0-alpha.1",
"nodemailer": "^6.9.0-rc.1",
"ffmpeg-static": "^5.2.0-alpha.1",
"fluent-ffmpeg": "^2.1.0-rc.1",
"validator": "^13.11.0-alpha.1",
"compression": "^1.7.0-beta.1",
"winston": "^3.11.0-alpha.1",
"axios-next": "npm:axios@next",
"p-retry-next": "npm:p-retry@next"
},
"devDependencies": {
"jest": "^29.7.0-beta.1",
"eslint": "^8.55.0-rc.1",
"nodemon": "^3.0.0-rc.1",
"nodemon-next": "npm:nodemon@next",
"typescript-next": "npm:typescript@next",
"jest-next": "npm:jest@next",
"@types/jest-next": "npm:@types/jest@next",
"@types/node-next": "npm:@types/node@next",
"@types/node": "^22.10.0-beta.1",
"cross-env": "^7.0.0-alpha.1",
"express": "^4.18.2",
"supertest": "^6.3.0-alpha.1",
"prettier": "^3.1.0-beta.1",
"@babel/core": "^7.23.0-alpha.1",
"@babel/preset-env": "^7.23.0-rc.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
}
}