about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-08 13:37:29 +0200
committerana <ana@ana.st>2021-08-08 13:37:29 +0200
commit70829a62398e862ce70cc64bbf3750fc72f21e1b (patch)
tree889a6e32ea9158d4972f01669e4938b03cf56732 /package.json
downloadeureka-marks-70829a62398e862ce70cc64bbf3750fc72f21e1b.tar.gz
initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..51c6150
--- /dev/null
+++ b/package.json
@@ -0,0 +1,10 @@
+{
+  "scripts": {
+    "start": "snowpack dev",
+    "build": "snowpack build",
+    "test": "echo \"This template does not include a test runner by default.\" && exit 1"
+  },
+  "devDependencies": {
+    "snowpack": "^3.3.7"
+  }
+}