tinyreq-cli
Version:
A cli tool for making http(s) requests. CLI for tinyreq.
59 lines • 1.17 kB
JSON
{
"name": "tinyreq-cli",
"description": "A cli tool for making http(s) requests. CLI for tinyreq.",
"bin": {
"tinyreq": "./bin/tinyreq"
},
"keywords": [
"tinyreq",
"cli",
"a",
"tool",
"for",
"making",
"http",
"s",
"requests"
],
"license": "MIT",
"version": "1.1.4",
"main": "./bin/tinyreq",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IonicaBizau/tinyreq-cli.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/tinyreq-cli/issues"
},
"homepage": "https://github.com/IonicaBizau/tinyreq-cli#readme",
"dependencies": {
"bug-killer": "^4.2.1",
"clp": "^3.2.1",
"tinyreq": "^2.3.1",
"ul": "^5.2.1"
},
"blah": {
"api": "tinyreq"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}