forked from hpcc-systems/MAF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "ln-maf",
"private": true,
"version": "2.0.0",
"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/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",
"devDependencies": {
"lerna": "^7.1.4",
"multiple-cucumber-html-reporter": "^3.4.0",
"nyc": "^15.1.0"
}
}