UNPKG

rest-assured-ts

Version:
70 lines (69 loc) 1.57 kB
{ "name": "rest-assured-ts", "version": "0.1.8", "description": "Test framework for automating rest api & JS & typescript!", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "files": [ "lib/" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "generate-jsdoc": "jsdoc lib -r -d docs" }, "repository": { "type": "git", "url": "https://github.com/automatekitbox/cucumber-rest-assured-typescript" }, "keywords": [ "rest", "postman", "got", "axios", "mocha", "chai", "cucumber", "test", "cucumberjs", "restassured", "rest api", "api", "node", "npm", "curl", "restAssured typescript", "rest assured javascript", "rest assured typescript", "automation", "api automation", "rest-assured", "fixtures", "cucumber-js", "http", "client", "https" ], "author": "Krishna Deergasi", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.0", "@types/form-data": "^2.5.0", "@types/fs-extra": "^9.0.13", "@types/got": "^9.4.4", "@types/jsonpath": "^0.2.0", "@types/lodash": "^4.14.178", "fs-extra": "^10.0.0", "typescript": "^4.5.4" }, "dependencies": { "@cucumber/cucumber": "^8.0.0-rc.1", "chai": "^4.3.4", "cucumber-html-reporter": "^5.5.0", "form-data": "^3.0.0", "got": "^9.6.0", "json-file": "^0.1.0", "jsonpath": "^1.1.1", "load-json-file": "^5.2.0" } }