summaryrefslogtreecommitdiffstats
path: root/extra/push-examples/javascript-fetch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra/push-examples/javascript-fetch/package.json')
-rw-r--r--extra/push-examples/javascript-fetch/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/push-examples/javascript-fetch/package.json b/extra/push-examples/javascript-fetch/package.json
new file mode 100644
index 0000000..78aefc2
--- /dev/null
+++ b/extra/push-examples/javascript-fetch/package.json
@@ -0,0 +1,5 @@
+{
+ "scripts": {
+ "start": "node index.js"
+ }
+}