-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.01 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": "@assertthat/assertthat-bdd",
"version": "2.0.1",
"description": "Node.js module for integration with AssertThat BDD Jira plugin",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assertthat/assertthat-bdd-node.git"
},
"keywords": [
"assertthat",
"bdd",
"assertthat-bdd",
"jira-plugin",
"cucumber"
],
"author": "AssertThat",
"license": "MIT",
"bin": {
"assertthat-bdd": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/assertthat/assertthat-bdd-node/issues"
},
"homepage": "https://github.com/assertthat/assertthat-bdd-node#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"axios": "^1.6.7",
"colors": "^1.3.3",
"commander": "^2.20.0",
"dateformat": "^3.0.3",
"form-data": "^4.0.0",
"underscore": "^1.13.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0"
},
"types": "typings/index.d.ts"
}