youtube-maze/package.json

18 строки
329 B
JSON
Исходник Постоянная ссылка Обычный вид История

2017-04-02 00:54:46 +00:00
{
"name": "youtube-maze",
"version": "0.3.0",
2020-11-28 17:07:04 +00:00
"private": true,
2019-07-07 18:54:30 +00:00
"scripts": {
2020-11-28 17:07:04 +00:00
"start": "node ./bin/www.mjs"
2019-07-07 18:54:30 +00:00
},
2017-04-02 00:54:46 +00:00
"dependencies": {
2020-11-28 17:07:04 +00:00
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
2020-11-29 01:12:59 +00:00
"helmet": "^4.2.0",
2020-11-28 17:07:04 +00:00
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"xml2js": "^0.4.23"
2017-04-02 00:54:46 +00:00
}
}