generated from comp426-2022-spring/a03
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 990 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
{
"name": "a03-ravent61",
"version": "1.0.0",
"description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-f059dc9a6f8d3a56e377f745f24479a46679e63a5d9fe6f495e02850cd0d8118.svg)](https://classroom.github.com/online_ide?assignment_repo_id=7139019&assignment_repo_type=AssignmentRepo) # a03 This assignment will introduce creating APIs using Express.js",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/comp426-2022-spring/a03-ravent61.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/comp426-2022-spring/a03-ravent61/issues"
},
"homepage": "https://github.com/comp426-2022-spring/a03-ravent61#readme",
"dependencies": {
"express": "^4.18.1",
"minimis": "^0.1.7",
"minimist": "^1.2.6"
},
"devDependencies": {}
}