-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "intern-cucumber",
"version": "1.1.3-pre",
"description": "cucumber-js interface for intern",
"main": "plugin.js",
"types": "plugin.d.ts",
"scripts": {
"build": "webpack --mode production",
"test": "cross-env NODE_PATH=. intern"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhpijnacker/intern-cucumber.git"
},
"keywords": [
"intern",
"cucumber-js",
"bdd"
],
"author": "Ronald Pijnacker",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rhpijnacker/intern-cucumber/issues"
},
"homepage": "https://github.com/rhpijnacker/intern-cucumber#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"intern": "^4.10.1",
"sinon": "^7.5.0",
"umd-compat-loader": "^2.1.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"peerDependencies": {
"intern": "~4.8.1"
},
"dependencies": {
"cucumber": "^5.1.0"
}
}