{ "name": "saddle-up", "version": "0.5.4", "description": "An easy-to-use testing framework for node servers everywhere", "homepage": "https://github.com/TheMallen/SaddleUp", "main": "src/index.mjs", "scripts": { "test": "sk test", "lint": "yarn eslint", "type-check": "sk type-check", "build": "sk build", "prerelease": "yarn build", "release": "yarn version" }, "keywords": [ "koa", "test" ], "author": "themallen", "license": "MIT", "dependencies": { "jest-matcher-utils": "^26.1.0", "node-fetch": "^2.6.0", "tough-cookie": "^4.0.0" }, "repository": { "type": "git", "url": "https://github.com/TheMallen/SaddleUp.git" }, "devDependencies": { "@hapi/hapi": "^19.1.1", "@sewing-kit/cli": "^0.1.0", "@sewing-kit/config": "^0.1.0", "@sewing-kit/eslint-plugin": "^0.0.14", "@sewing-kit/plugin-babel": "^0.0.38", "@sewing-kit/plugin-eslint": "^0.1.0", "@sewing-kit/plugin-javascript": "^0.1.1", "@sewing-kit/plugin-jest": "^0.1.1", "@sewing-kit/plugin-package-flexible-outputs": "^0.1.1", "@sewing-kit/plugin-package-typescript": "^0.1.17", "@sewing-kit/plugin-typescript": "^0.1.1", "@types/connect": "^3.4.33", "@types/express": "^4.17.7", "@types/hapi__hapi": "^19.0.3", "@types/jest": "^26.0.4", "@types/koa": "^2.11.3", "@types/node": "^14.0.20", "@types/node-fetch": "^2.5.7", "@types/tough-cookie": "^4.0.0", "connect": "^3.7.0", "express": "^4.17.1", "koa": "^2.13.0", "typescript": "^3.9.5" }, "resolutions": { "elliptic": "^6.5.3" } }