UNPKG

fastret-framework

Version:
42 lines (41 loc) 1.03 kB
{ "name": "fastret-framework", "version": "1.0.3", "description": "Fastest rest api test suite builder ", "main": "index.js", "scripts": { "lint": "eslint --ignore-path .gitignore .", "pretest": "eslint --ignore-path .gitignore .", "test": "node_modules/mocha/bin/mocha tests/" }, "repository": { "type": "git", "url": "git+https://github.com/arshadkazmi42/fastret-framework.git" }, "keywords": [ "rest-api", "test", "test-suite", "rest-api-test", "fastret", "fastret-framework" ], "author": "Arshad Kazmi", "license": "MIT", "bugs": { "url": "https://github.com/arshadkazmi42/fastret-framework/issues" }, "homepage": "https://github.com/arshadkazmi42/fastret-framework#readme", "devDependencies": { "chai": "^4.2.0", "eslint": "^5.11.1", "eslint-config-strongloop": "^2.1.0", "mocha": "^6.2.0" }, "dependencies": { "fastret": "^1.1.0", "is-obj": "^1.0.1", "json-key-validate": "^1.0.0", "ora": "^3.1.0" } }