-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.29 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
35
36
37
{
"name": "syntest-javascript-benchmark",
"version": "0.0.1",
"description": "SynTest JavaScript Benchmark is a benchmark for the SynTest JavaScript Tool",
"keywords": [
"syntest",
"automatic-test-generation"
],
"homepage": "https://www.syntest.org",
"bugs": {
"url": "https://github.com/syntest-framework/syntest-javascript-benchmark/issues"
},
"license": "Apache-2.0",
"contributors": [
"Annibale Panichella",
"Mitchell Olsthoorn",
"Dimitri Stallenberg"
],
"repository": {
"type": "git",
"url": "git+https://github.com/syntest-framework/syntest-javascript-benchmark.git"
},
"scripts": {
"local:install": "npm i && ./scripts/install.sh && ./scripts/link.sh"
},
"dependencies": {
"@syntest/cli": "^0.2.1",
"@syntest/javascript": "^0.1.0",
"@syntest/plugin-javascript-event-listener-state-storage": "*",
"@syntest/plugin-event-listener-state-storage": "../syntest-framework/plugins/plugin-event-listener-state-storage",
"@syntest/plugin-metric-middleware-file-writer": "../syntest-framework/plugins/plugin-metric-middleware-file-writer",
"@syntest/plugin-metric-middleware-statistics": "../syntest-framework/plugins/plugin-metric-middleware-statistics",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"esm": "^3.2.25"
}
}