-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 783 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 783 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
{
"name": "freecodecamp-projects",
"version": "1.0.0",
"description": "All of my freeCodeCamp projects",
"license": "UNLICENSED",
"private": true,
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "netlify dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarikmarwede/freeCodeCamp-projects.git"
},
"author": "Jarik Marwede",
"bugs": {
"url": "https://github.com/jarikmarwede/freeCodeCamp-projects/issues"
},
"homepage": "https://github.com/jarikmarwede/freeCodeCamp-projects#readme",
"dependencies": {
"busboy": "^0.3.1",
"mongodb": "^7.1.1",
"mongoose": "^8.20.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"netlify-cli": "^24.11.1"
}
}