-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "beach-day",
"description": "API integration testing as fun as a day on the beach",
"license": "ISC",
"version": "4.2.3",
"repository": {
"type": "git",
"url": "https://github.com/PepkorIT/beach-day.git"
},
"keywords": [
"test",
"jasmine",
"tdd",
"bdd",
"frisby",
"integration-testing",
"jasmine",
"nodejs",
"postman",
"testing"
],
"scripts": {
"test": "tsc && node ./dist/boot.js",
"report": "tsc && node ./dist/src/reporter/test-report.js",
"docs": "tsc && typedoc --ignoreCompilerErrors --excludeExternals --excludePrivate --options typedoc.json ./src"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"devDependencies": {
"minami": "1.1.1",
"mock-promises": "0.8.1",
"typedoc": "0.16.9",
"typescript": "3.4.5"
},
"dependencies": {
"@types/form-data": "0.0.33",
"@types/jasmine": "2.5.51",
"@types/lodash": "4.14.157",
"@types/mustache": "0.8.29",
"@types/node": "10.17.27",
"@types/node-sass": "4.11.0",
"@types/request": "2.48.1",
"@types/tv4": "1.2.28",
"escape-html": "1.0.3",
"jasmine": "2.6.0",
"jasmine-spec-reporter": "4.1.0",
"lodash": "4.17.19",
"moment": "2.27.0",
"mustache": "2.3.0",
"node-sass": "4.13.1",
"request": "2.88.0",
"stringify-object": "2.4.0",
"tv4": "1.3.0",
"url-join": "1.1.0"
}
}