forked from WorldOfCarsRE/api-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 956 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
36
37
38
{
"name": "amf-service",
"version": "1.0.0",
"description": "Web API for The World of Cars Online.",
"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.1.0",
"@eslint/js": "^9.7.0",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"connect-mongo": "^5.1.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fast-xml-parser": "^4.4.0",
"globals": "^15.8.0",
"libamf": "^1.4.2",
"mongoose": "^8.5.1",
"pm2": "^5.4.2",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"eslint": "^9.7.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0"
}
}