{
  "name": "pusakatest",
  "version": "2.4.2",
  "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
  "type": "module",
  "main": "index.js",
  "bin": "bin/create-project",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/depapp/pusakatest.git"
  },
  "author": "@depapp",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/depapp/pusakatest/issues"
  },
  "homepage": "https://github.com/depapp/pusakatest#readme",
  "dependencies": {
    "arg": "^4.1.0",
    "chalk": "^2.4.2",
    "clear": "^0.1.0",
    "esm": "^3.2.25",
    "execa": "^1.0.0",
    "figlet": "^1.5.2",
    "inquirer": "^6.2.2",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^0.2.0"
  },
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "keywords": [
    "api",
    "REST",
    "automation",
    "testing",
    "component",
    "service",
    "contract",
    "integration",
    "e2e",
    "fuzz",
    "bdd",
    "tdd",
    "cucumber",
    "mocha",
    "jest",
    "mock",
    "server",
    "JSON",
    "pactum",
    "pactumjs",
    "microservice",
    "microservices",
    "test",
    "http",
    "GraphQL"
  ]
}
