Skip to content

Commit d7f002f

Browse files
author
Pretty Taruvinga
committed
revert to main
1 parent 5ae7a46 commit d7f002f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "module-structuring-and-testing-data",
3+
"version": "1.0.0",
4+
"description": "Like learning a musical instrument, programming requires daily practice.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "jest"
8+
},
9+
"keywords": [],
10+
"author": "Code Your Future",
11+
"license": "ISC",
12+
"dependencies": {
13+
"jest": "^29.7.0"
14+
}
15+
}

0 commit comments

Comments
 (0)