We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1523ca commit 936aa78Copy full SHA for 936aa78
bridge/package.json
@@ -0,0 +1,12 @@
1
+{
2
+ "name": "bridge",
3
+ "version": "0.1.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC"
12
+}
server/package.json
+ "name": "server",
+ "main": "src/index.js",
0 commit comments