0x/examples/rest-api/package.json
2018-08-24 10:46:52 +02:00

18 lines
410 B
JSON

{
"name": "slow-rest-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "wrk -d 5 -c 100 http://localhost:3000/a & wrk -d 5 -c 100 http://localhost:3000/b & wrk -d 5 -c 100 http://localhost:3000/c"
},
"author": "David Mark Clements",
"license": "MIT",
"dependencies": {
"restify": "^4.0.3"
},
"devDependencies": {
"standard": "^5.4.1"
}
}