28 lines
539 B
JSON
28 lines
539 B
JSON
{
|
|
"name": "wallabicher-backend",
|
|
"version": "1.0.0",
|
|
"description": "Backend API para Wallabicher Dashboard",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"keywords": [
|
|
"wallabicher",
|
|
"api",
|
|
"express"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.3",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"redis": "^4.6.10",
|
|
"web-push": "^3.6.7",
|
|
"ws": "^8.14.2",
|
|
"yaml": "^2.3.4"
|
|
}
|
|
}
|