-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 914 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
{
"name": "wiremock-easy-client",
"version": "1.4.1",
"description": "Wiremock client to manage Wiremock mappings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "mocha -r ts-node/register lib/**/*.spec.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timnederhoff/wiremock.git"
},
"keywords": [
"client",
"wiremock",
"stub"
],
"author": "Tim Nederhoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/timnederhoff/wiremock/issues"
},
"homepage": "https://github.com/timnederhoff/wiremock#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "~5.0.0",
"@types/node": "^6.14.4",
"chai": "~4.1.2",
"chai-shallow-deep-equal": "^1.4.6",
"mocha": "^8.0.1",
"nock": "^9.2.6",
"ts-node": "~7.0.1",
"typescript": "^2.1.5"
}
}