-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 819 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
{
"name": "project-basimalii",
"version": "1.0.0",
"description": "The Stock Trading Simulation Web App is a dynamic and interactive platform designed to simulate the real-world stock market trading environment. It’s a game where players can experience the thrill and strategy of stock trading without any actual financial risk.",
"main": "app.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "npx mocha tests/apiTest.js",
"dev": "nodemon server/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.1.0",
"axios": "^1.6.8",
"express": "^4.18.3",
"mongodb": "^6.5.0",
"uuid": "^9.0.1"
},
"type": "module",
"devDependencies": {
"mocha": "^10.3.0",
"nodemon": "^3.1.0",
"supertest": "^6.3.4"
}
}