generated from CodeYourFuture/Module-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 941 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 941 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
{
"name": "module-node",
"version": "1.0.0",
"description": "- [ ] Set up example board \r - [ ] Populate repo with coursework issues from Google Classroom Boilerplate\r - [ ] Add core Actions from org store https://docs.github.com/en/actions/creating-actions/sharing-actions-and-workflows-with-your-organization",
"main": "index.js",
"type": "module",
"workspaces": [
"chat-server",
"quote-server",
"mailing-list-api",
"hotel-bookings-api"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeYourFuture/Module-Node.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeYourFuture/Module-Node/issues"
},
"homepage": "https://github.com/CodeYourFuture/Module-Node#readme",
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5"
}
}