fk-macos-notif/package.json

22 lines
426 B
JSON

{
"name": "fk-macos-notif",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"license": "MIT",
"scripts": {
"start": "node index.js",
"prestart": "tsc -b"
},
"dependencies": {
"node-notifier": "^10.0.1",
"reconnecting-websocket": "^4.4.0",
"typescript": "^4.8.3",
"ws": "^8.9.0"
},
"devDependencies": {
"@types/node-notifier": "^8.0.2",
"@types/ws": "^8.5.3"
}
}