Files
brother-printer-webhook/package.json
Marc Fokkert f99d2709e0 Initial commit
2025-01-24 22:05:04 +01:00

23 lines
420 B
JSON

{
"name": "brother-printer-webhook",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"private": true,
"scripts": {
"start": "tsx print.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"lodash": "^4.17.21",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.10"
}
}