forked from smartsheet/smartsheet-sdk-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 805 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
{
"name": "wiremock-scenario-templating",
"version": "1.0.0",
"description": "A set of scripts designed to create a Smartsheet SDK WireMock bundle",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "mocha \"test/**/*_test.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/stollgr/wiremock-scenario-templating.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stollgr/wiremock-scenario-templating/issues"
},
"homepage": "https://github.com/stollgr/wiremock-scenario-templating#readme",
"dependencies": {
"colors": "^1.3.3",
"underscore": "^1.12.1",
"yargs": "^13.3.0"
},
"devDependencies": {
"mocha": "^6.2.0",
"should": "^13.2.3"
}
}