filmout_manager/package.json

39 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": "npm run compile_node && npm run compile_browser",
"compile_node" : "./node_modules/.bin/tsc -p tsconfig.json",
"compile_browser" : "./node_modules/.bin/tsc -p tsconfig-browser.json"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"typescript": "^5.4.5"
},
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"galil": "github:artaic/galil",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"sqlite3": "^5.1.7",
"triple-beam": "^1.4.1",
"uuid": "^9.0.1",
"winston": "^3.13.0",
"ws": "^8.16.0"
}
}