git.fiddlerwoaroof.com
package.json
ab0e7aa9
 {
   "name": "transcribe-server",
   "version": "1.0.0",
   "description": "",
   "sourceType": "module",
02956ef4
   "main": "index.html",
ab0e7aa9
   "scripts": {
c975e688
     "setup-env": "bash setup.sh",
ab0e7aa9
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "keywords": [],
   "author": "",
   "license": "ISC",
   "dependencies": {
02956ef4
     "lit-html": "^1.2.1",
ab0e7aa9
     "redux": "^4.0.5",
     "routedux": "^1.0.4"
   },
   "devDependencies": {
c975e688
     "eslint": "7.2.0",
02956ef4
     "snowpack": "^2.5.1"
ab0e7aa9
   }
 }