forked from Newton-School/Hackathon2308-BE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 777 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": "hackathon2308-be",
"version": "1.0.0",
"description": "### please ensure that you have followed the proper db schema",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Newton-School/Hackathon2308-BE.git"
},
"author": "UA",
"license": "ISC",
"bugs": {
"url": "https://github.com/Newton-School/Hackathon2308-BE/issues"
},
"homepage": "https://github.com/Newton-School/Hackathon2308-BE#readme",
"dependencies": {
"express": "^4.17.1",
"mysql": "^2.18.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"mocha": "^8.1.1",
"node-serialize": "0.0.4"
}
}