-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "supinic.com",
"version": "1.0.0",
"description": "Supinic's personal website project",
"dependencies": {
"body-parser": "^2.2.2",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cron": "^4.4.0",
"express": "^5.2.1",
"express-async-errors": "latest",
"express-cache-controller": "^1.1.0",
"express-mysql-session": "^3.0.3",
"express-rate-limit": "^8.3.2",
"express-session": "^1.19.0",
"memorystore": "^1.6.7",
"passport": "^0.7.0",
"passport-oauth": "latest",
"pug": "^3.0.4",
"supi-core": "https://github.com/supinic/supi-core",
"track-link-parser": "https://github.com/supinic/track-link-parser"
},
"engines": {
"node": ">= 20.0"
},
"main": "app.js",
"scripts": {
"start": "node --env-file=.env ./app.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"init": "node --env-file=.env ./init/script.js"
},
"author": "Supinic",
"license": "ISC",
"apidoc": {
"title": "supinic.com API docs",
"url": "https://supinic.com/api",
"header": {
"title": "General info",
"filename": "api-header.md"
}
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"eslint": "^10.1.0",
"eslint-plugin-unicorn": "^64.0.0",
"supi-db-init": "https://github.com/supinic/supi-db-init"
},
"packageManager": "yarn@4.13.0"
}