-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.16 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
33
34
{
"name": "perf-test-scenarios",
"version": "1.0.0",
"description": "performance tests for juritj and dbsder api",
"author": "Cour de Cassation",
"license": "MIT",
"scripts": {
"test:connect:dbsder": "node -r dotenv/config src/dbsder-api/0-test-connection.js",
"test:sc1:dbsder": "node -r dotenv/config src/dbsder-api/1-test-limits.js",
"test:connect:juritj": "node -r dotenv/config src/juritj-api/0-test-connection.js",
"test:sc1:juritj": "node -r dotenv/config src/juritj-api/1-test-limits.js",
"format": "prettier --write \"src/**/**/*.js\"",
"lint": "eslint \"{src,apps,libs,test}/**/**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cour-de-cassation/perf-test-scenarios.git"
},
"bugs": {
"url": "https://github.com/Cour-de-cassation/perf-test-scenarios/issues"
},
"homepage": "https://github.com/Cour-de-cassation/perf-test-scenarios#readme",
"dependencies": {
"autocannon": "7.12.0",
"dbsder-api-types": "1.1.24",
"dotenv": "16.3.1"
},
"devDependencies": {
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"husky": "8.0.3",
"prettier": "3.1.0"
}
}