mirror of
https://git.hmsn.ink/kospo/helptalk/push.git
synced 2026-03-19 17:55:06 +09:00
17 lines
299 B
JSON
17 lines
299 B
JSON
{
|
|
"name": "talk-push",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.20.3",
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "~4.16.1",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|