Skip to content

Commit a676980

Browse files
committed
empty
1 parent e4db2c4 commit a676980

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)