printservant/package.json

20 lines
484 B
JSON
Raw Normal View History

2024-01-31 19:03:18 +00:00
{
"name": "printservant",
"version": "0.0.1",
"description": "HTTP to IPP proxy, a.k.a. HSWAW Rube Goldberg printing microservice",
"main": "index.js",
2024-01-31 19:14:14 +00:00
"scripts": {
2024-01-31 20:23:01 +00:00
"start": "node index.js",
"postinstall": "patch-package"
2024-01-31 19:14:14 +00:00
},
2024-01-31 19:03:18 +00:00
"author": "Radek Pietruszewski, Warsaw Hackerspace",
"license": "MIT",
"dependencies": {
"body-parser": "^1.20.2",
2024-02-01 14:38:03 +00:00
"console-stamp": "^3.1.2",
2024-01-31 19:03:18 +00:00
"express": "^4.18.2",
2024-01-31 20:23:01 +00:00
"ipp": "^2.0.1",
"patch-package": "^8.0.0"
2024-01-31 19:03:18 +00:00
}
}