{ "name": "contact_printer_dev_server", "version": "1.0.0", "description": "Server for receiving data from contact printer for profiling performance.", "main": "dist/index.js", "scripts": { "compile": "./node_modules/.bin/tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git.sixteenmillimeter.com/16mm/contact_printer.git" }, "author": "mmcwilliams", "license": "MIT", "devDependencies": { "@types/express": "^4.17.21", "@types/multer": "^1.4.11", "@types/node": "^20.11.20", "@types/uuid": "^9.0.8", "@types/winston": "^2.4.4", "typescript": "^5.3.3" }, "dependencies": { "body-parser": "^1.20.2", "dotenv": "^16.4.5", "express": "^4.18.2", "lodash": "^4.17.21", "multer": "^1.4.5-lts.1", "sqlite3": "^5.1.7", "triple-beam": "^1.4.1", "uuid": "^9.0.1" } }