-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.34 KB
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
{
"name": "scramjet-bdd",
"version": "1.0.1",
"description": "As the \"problem scope\" of the business problem that our technology solves is quite complex, we decided to use the BDD practice to support the development process. BDD is a methodology of high automation and agility. It describes a cycle of interactions with well-defined outcomes. As a result of these activities, we obtain working, tested software that has a real value.",
"main": "_cucumber.js",
"dependencies": {
"@scramjet/api-client": "^1.0.1",
"@scramjet/logger": "^1.0.1",
"@scramjet/obj-logger": "^1.0.1",
"@scramjet/sth-config": "^1.0.1",
"dockerode": "^3.3.4",
"find-package-json": "^1.2.0",
"freeport": "^1.0.5",
"n-readlines": "^1.0.1",
"scramjet": "^4.36.9"
},
"devDependencies": {
"@cucumber/cucumber": "^7.3.2",
"@cucumber/pretty-formatter": "^1.0.0",
"@scramjet/types": "^1.0.1"
},
"scripts": {
"build:bdd": "tsc -p tsconfig.json",
"test:bdd": "cucumber-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scramjetorg/transform-hub.git"
},
"private": true,
"bugs": {
"url": "https://github.com/scramjetorg/transform-hub/issues"
},
"homepage": "https://github.com/scramjetorg/transform-hub#readme",
"directories": {
"lib": "lib"
},
"author": "",
"license": "ISC"
}