Skip to content

Commit e13eeba

Browse files
committed
Reapply "Intial setup"
This reverts commit 322b7f6.
1 parent 322b7f6 commit e13eeba

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)