This repository was archived by the owner on Nov 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "anonimowehejto",
"version": "1.0.0",
"description": "AnonimoweHejtoWyznania #anonimowehejtowyznania",
"main": "dist/entrypoint.js",
"scripts": {
"build": "npx tsc",
"start": "node dist/entrypoint.js",
"lint": "npx eslint .",
"lint-fix": "npx eslint --fix .",
"deploy": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "unkn0wn-root",
"license": "MIT",
"dependencies": {
"@types/cookie-parser": "^1.4.3",
"axios": "^0.26.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"form-data": "^4.0.0",
"helmet": "^6.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.6.5",
"pug": "^3.0.2",
"status-code-enum": "^1.0.0",
"uuid": "^9.0.0",
"winston": "^3.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/unkn0wn-root/AHC.git"
},
"devDependencies": {
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.14",
"@types/express-session": "^1.17.6",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.11.1",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"typescript": "^4.8.4"
}
}