{
    "name": "testify-api-cli",
    "version": "1.2.5",
    "description": "Zero-config API testing for your terminal",
    "homepage": "https://github.com/nityam123-pixle/testify-cli",
    "repository": {
        "type": "git",
        "url": "https://github.com/nityam123-pixle/testify-cli-npm.git"
    },
    "bin": {
        "testify": "./bin/testify.js"
    },
    "files": [
        "bin/testify.js",
        "install.js"
    ],
    "scripts": {
        "postinstall": "node install.js"
    },
    "os": [
        "darwin",
        "linux",
        "win32"
    ],
    "license": "Apache-2.0",
    "keywords": [
        "api",
        "testing",
        "cli",
        "rest",
        "postman-alternative"
    ]
}
