UNPKG

tesugen

Version:

Setup extendable API-testing framework

40 lines (39 loc) 813 B
{ "name": "tesugen", "version": "1.1.3", "description": "Setup extendable API-testing framework", "scripts": { "test": "" }, "bin": { "tesugen-create": "bin/tesugen-create" }, "keywords": [ "test", "api-test", "test-api-generator", "api-test-suite", "test-suite", "test-framework", "tesugen", "api testing", "test api" ], "author": "Mladen Radivojevic", "license": "MIT", "dependencies": { "arg": "^5.0.0", "chalk": "^4.1.0", "esm": "^3.2.25", "execa": "^5.0.0", "inquirer": "^8.0.0", "listr": "^0.14.2", "ncp": "^2.0.0", "pkg-install": "^1.0.0" }, "repository": { "type": "git", "url": "git:https://github.com/mladcepes/tesugen.git" }, "homepage": "https://github.com/mladcepes/tesugen#readme" }