-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 875 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": "postal_clirk",
"version": "0.0.3",
"description": "Run individual Postman requests. Just do not get too clever.",
"main": "src/main/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jsdocs": "jsdoc",
"doxdox": "doxdox"
},
"author": "Ryan Wilcox <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"handlebars": "^4.1.2",
"lodash": "^4.17.11",
"postman-collection": "^3.4.7",
"winston": "^3.2.1",
"yargs": "^13.2.2"
},
"keywords": [
"postman"
],
"repository": {
"type": "git",
"url": "https://github.com/rwilcox/postal_clirk.git"
},
"homepage": "https://github.com/rwilcox/postal_clirk",
"bin": "./src/main/index.js",
"files": [
"README.md"
],
"devDependencies": {
"doxdox": "^3.0.0",
"jsdoc": "^3.6.4"
}
}