There was an error while loading. Please reload this page.
1 parent 322b7f6 commit e13eebaCopy full SHA for e13eeba
1 file changed
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "module-decomposition",
3
+ "version": "1.0.0",
4
+ "type": "module",
5
+ "description": "Exercises to practice and solidify your understanding of the Decomposition module of the Software Development Course.",
6
+ "main": "index.js",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/RihannaP/Module-Decomposition.git"
13
14
+ "keywords": [],
15
+ "author": "",
16
+ "license": "ISC",
17
+ "bugs": {
18
+ "url": "https://github.com/RihannaP/Module-Decomposition/issues"
19
20
+ "homepage": "https://github.com/RihannaP/Module-Decomposition#readme",
21
+ "dependencies": {
22
+ "express": "^5.1.0"
23
+ }
24
+}
0 commit comments