Paul Mathieu
235d9272ed
For now, the server does the printing. Later it should probably be split into a different service.
19 lines
401 B
JSON
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"
|
|
}
|
|
}
|