chikinz/package.json
Paul Mathieu 235d9272ed A wrapping client and label printing
For now, the server does the printing.
Later it should probably be split into a different service.
2022-09-07 19:08:49 +02:00

19 lines
401 B
JSON

{
"name": "chikinz",
"version": "1.0.0",
"description": "a backend for ze chikinz",
"main": "index.js",
"author": "Paul Mathieu <paul@ponteilla.net>",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"jsonwebtoken": "^8.5.1",
"sqlite3": "^5.0.11"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}