Skip to content

Commit 73c2d0d

Browse files
authored
Create package.json
1 parent 1c68cfc commit 73c2d0d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "server",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"author": "",
7+
"license": "ISC",
8+
"dependencies": {
9+
"@jspreadsheet/server": "^11.1.0",
10+
"redis": "^4.6.13"
11+
}
12+
}

0 commit comments

Comments
 (0)