-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
38
39
40
41
42
43
44
45
46
47
{
"name": "ln-maf",
"private": true,
"version": "2.0.1",
"description": "Modular Automation Framework",
"main": "index.js",
"prepare": "cd packages && node createAutoComplete.js",
"scripts": {
"codecov": "nyc --reporter=lcov --reporter=text cucumber-js test",
"test": "lerna run test",
"postinstall": "sh postinstall.sh"
},
"workspaces": [
"packages/api",
"packages/aws",
"packages/core",
"packages/defaultSQL",
"packages/postgresql",
"packages/mysql",
"packages/preprocessor",
"packages/validations"
],
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/hpcc-systems/MAF.git"
},
"keywords": [
"cucumber-js",
"testing",
"gherkin",
"cucumber-steps"
],
"bugs": {
"url": "https://github.com/hpcc-systems/MAF/issues"
},
"homepage": "https://github.com/hpcc-systems/MAF#readme",
"dependencies": {
},
"devDependencies": {
"@cucumber/cucumber": "^9.0.0",
"lerna": "^8.0.0",
"multiple-cucumber-html-reporter": "3.5.0",
"nyc": "^15.1.0"
}
}