Initial commit
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "kitchen-agent",
|
||||
"version": "1.0.5",
|
||||
"description": "Kitchen Agent for ThinkLink Food Order Management",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "node --watch server.js",
|
||||
"test": "node run-tests.js"
|
||||
},
|
||||
"keywords": ["kitchen", "food-order", "thermal-printer", "thinklink"],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fastify": "^4.26.0",
|
||||
"@fastify/view": "^8.2.0",
|
||||
"@fastify/static": "^6.12.0",
|
||||
"@fastify/cookie": "^9.3.1",
|
||||
"@fastify/formbody": "^7.4.0",
|
||||
"@fastify/multipart": "^8.1.0",
|
||||
"ejs": "^3.1.9",
|
||||
"node-thermal-printer": "^4.4.5",
|
||||
"better-sqlite3": "^9.4.0",
|
||||
"node-fetch": "^2.7.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"pdf-to-printer": "^5.4.0",
|
||||
"pdfkit": "^0.15.0",
|
||||
"serialport": "^12.0.0",
|
||||
"auto-git-update": "^1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user