-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "graqhql-perftest",
"version": "0.1.0",
"description": "Meta repo for creating resources in Azure Cloud via Terraform, creating docker images to run in Azure, and the scripts to run against the deployed resources",
"main": "index.js",
"scripts": {
"populate": "node -r dotenv/config scripts/populate.js",
"webapp": "node -r dotenv/config scripts/webapp.perf.js",
"functionapp": "node -r dotenv/config scripts/functionapp.perf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antempus/GraphQL-PerfTest.git"
},
"keywords": [],
"author": "Robert N Steele <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antempus/GraphQL-PerfTest/issues"
},
"homepage": "https://github.com/antempus/GraphQL-PerfTest#readme",
"dependencies": {
"autocannon": "^4.6.0",
"axios": "^0.19.2",
"dotenv": "^8.2.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}