/
alexrodionov
/
node
Обзор
Документация
Войти
/
alexrodionov
/
node
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ch12/package.json
20 строк
417 B
Ethan Brown
Initial commit. Drafts through Chapter 12; still a lot of work to do!
03 июн 2019, 02:36
03 июн 2019, 02:36
e7c405f
Код
Авторство
О чём код?
{ "name": "ch12", "version": "1.0.0", "description": "", "main": "00-logging.js", "dependencies": { "artillery": "^1.6.0-27", "express": "^4.16.4", "jest": "^24.7.1", "loadtest": "^3.0.7", "morgan": "^1.9.1" }, "devDependencies": {}, "scripts": { "test": "jest", "stress": "artillery quick --count 10 -n 50 http://localhost:3000/" }, "author": "", "license": "ISC" }