{ "name": "server", "version": "0.0.0", "private": true, "type": "module", "scripts": { "start": "tsx ./bin/www.ts", "dev": "tsx watch ./bin/www.ts" }, "dependencies": { "@types/etag": "^1.8.1", "@types/express": "^4.17.14", "@types/http-errors": "^1.8.2", "@types/node": "^18.7.21", "@types/uuid": "^8.3.4", "escape-string-regexp": "^4.0.0", "etag": "^1.8.1", "express": "~4.16.1", "express-basic-auth": "^1.2.1", "express-handlebars": "^6.0.6", "http-errors": "~1.6.3", "level": "^8.0.0", "uuid": "^9.0.0", "validate-web-annotation": "^0.3.0", "web-annotation-utils": "git+https://code.treora.com/gerben/web-annotation-utils#latest" }, "devDependencies": { "tsx": "^3.9.0", "typescript": "^4.8.3" } }