diff --git a/package.json b/package.json
index d1101b52d81fac3f01b60420a4b7326e33a70a88..e229001c9a9483e2f5067bc7257ff2d7b72d1f0e 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,9 @@
   "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+	"test": "echo \"Error: no test specified\" && exit 1",
+	"build": "babel js -d build",
+	"watch": "babel js -d build --verbose --watch --source-maps"
   },
   "author": "thomas.fritsch@univ-lille.fr",
   "license": "ISC",