-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1018 Bytes
/
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
{
"name": "@nightwatch/apitesting",
"publishConfig": {
"access": "public"
},
"version": "3.1.4",
"description": "",
"main": "index.js",
"types": "./nightwatch/types/index.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nightwatchjs/nightwatch-plugin-apitesting.git"
},
"keywords": [
"nightwatchjs",
"supertest"
],
"author": "Andrei Rusu",
"license": "MIT",
"bugs": {
"url": "https://github.com/nightwatchjs/nightwatch-plugin-apitesting/issues"
},
"homepage": "https://github.com/nightwatchjs/nightwatch-plugin-apitesting#readme",
"devDependencies": {
"nightwatch": "^3.1.3",
"mocha": "^10.2.0"
},
"peerDependencies": {
"nightwatch": "^3.1.3"
},
"dependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"lodash": "^4.17.21",
"methods": "^1.1.2",
"sinon": "^14.0.2",
"supertest": "^6.3.1"
}
}