We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234a7af commit 7ba08daCopy full SHA for 7ba08da
1 file changed
Org
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "@my-org/server",
3
+ "version": "1.0.0",
4
+ "description": "Server app that uses the ORGANIZATION_NAME/PACKAGE_NAME package",
5
+ "main": "index.js",
6
+ "author": "",
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "ORGANIZATION_NAME/PACKAGE_NAME": "1.0.0"
10
+ }
11
+}
0 commit comments