-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 876 Bytes
/
package.json
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
{
"name": "notam-team-project",
"version": "1.0.0",
"description": "A team project for CS Capstone at the University of Oklahoma",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon -e js,html index.js",
"install": "pip3 install -r requirements.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trev97/notam-team-project.git"
},
"author": "Trevor Scogin",
"license": "MIT",
"bugs": {
"url": "https://github.com/trev97/notam-team-project/issues"
},
"homepage": "https://github.com/trev97/notam-team-project#readme",
"dependencies": {
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"nodejs": "^0.0.0",
"nodemon": "^2.0.20",
"querystring": "^0.2.1"
}
}