forked from WorldOfCarsRE/api-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 977 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 977 Bytes
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
{
"name": "web-api",
"version": "1.0.0",
"description": "Web API for Pixie Hollow.",
"main": "app.js",
"scripts": {
"lint": "eslint ./ --fix",
"start": "pm2 start app.js && pm2 start xml.js",
"stop": "pm2 stop all"
},
"author": "",
"license": "MIT",
"dependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"axios": "^1.15.0",
"bcrypt": "^6.0.0",
"connect-mongo": "^6.0.0",
"cors": "^2.8.6",
"crypto-js": "^4.2.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-session": "^1.19.0",
"express-xml-bodyparser": "^0.4.1",
"fast-xml-parser": "^5.6.0",
"globals": "^17.5.0",
"mongoose": "^9.4.1",
"pm2": "^6.0.14",
"xmlbuilder2": "^4.0.3"
},
"devDependencies": {
"eslint": "^10.2.0"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}