43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "filmout_manager",
|
|
"version": "0.0.1",
|
|
"description": "Filmout manager is the control software for creating filmouts with the Galil and filmout display.",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "bash ./scripts/compile.sh"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/argparse": "^2.0.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/multer": "^1.4.11",
|
|
"@types/node": "^20.12.7",
|
|
"@types/nodemailer": "^6.4.14",
|
|
"@types/opentype.js": "^1.3.8",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/ws": "^8.5.10",
|
|
"less": "^4.5.1",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"body-parser": "^1.20.2",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"handlebars": "^4.7.8",
|
|
"lodash": "^4.17.21",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemailer": "^6.9.13",
|
|
"pureimage": "^0.4.13",
|
|
"serialport": "^12.0.0",
|
|
"sharp": "^0.33.4",
|
|
"sqlite3": "^5.1.7",
|
|
"triple-beam": "^1.4.1",
|
|
"uuid": "^9.0.1",
|
|
"winston": "^3.13.0",
|
|
"ws": "^8.16.0"
|
|
}
|
|
}
|