diff package.json @ 35:29d8ed02a275

build and tests, including jsonld
author drewp@bigasterisk.com
date Sat, 28 Dec 2019 02:01:23 -0800
parents 3d8b98e9c01d
children 6a1d158d6ca4
line wrap: on
line diff
--- a/package.json	Fri Dec 27 21:26:55 2019 -0800
+++ b/package.json	Sat Dec 28 02:01:23 2019 -0800
@@ -8,7 +8,10 @@
   ],
   "types": "build/index.d.ts",
   "scripts": {
-    "build": "rollup -c"
+    "build": "rollup -c",
+    "build_forever": "rollup -cw",
+    "test": "jest",
+    "test_forever": "jest --watch"
   },
   "dependencies": {
     "@polymer/decorators": "^3.0.0",
@@ -21,6 +24,7 @@
     "readable-stream": "^3.4.0"
   },
   "devDependencies": {
+    "@rollup/plugin-commonjs": "^11.0.0",
     "@rollup/plugin-node-resolve": "^6.0.0",
     "@types/jest": "^24.0.25",
     "jest": "^24.9.0",
@@ -32,4 +36,4 @@
     "tslib": "^1.10.0",
     "typescript": "^3.7.4"
   }
-}
+}
\ No newline at end of file