UNPKG

frisby

Version:

Frisby.js v2.0: REST API Endpoint Testing built on Jasmine

55 lines (54 loc) 1.07 kB
{ "name": "frisby", "version": "2.2.0", "description": "Frisby.js v2.0: REST API Endpoint Testing built on Jasmine", "homepage": "http://frisbyjs.com", "author": "Vance Lucas <vance@vancelucas.com>", "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/vlucas/frisby" }, "keywords": [ "testing", "api", "REST", "jest", "bdd", "frisby" ], "files": [ "src" ], "main": "./src/frisby", "engines": { "node": ">= 14.17.0" }, "scripts": { "test": "jest", "lint": "eslint src/** __tests__/**" }, "dependencies": { "encoding": "^0.1.13", "form-data": "^4.0.0", "lodash": "^4.17.21", "node-fetch": "^2.7.0" }, "devDependencies": { "eslint": "^8.52.0", "jest": "^29.7.0", "joi": "^17.11.0", "nock": "^13.3.6" }, "peerDependencies": { "joi": ">= 13.7.0" }, "jest": { "testPathIgnorePatterns": [ "<rootDir>/__tests__/fixtures/", "/node_modules/", "<rootDir>/src/" ], "verbose": false } }