UNPKG

@loopback/testlab

Version:

A collection of test utilities we use to write LoopBack tests.

58 lines (57 loc) 1.57 kB
{ "name": "@loopback/testlab", "description": "A collection of test utilities we use to write LoopBack tests.", "version": "6.1.3", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "IBM Corp. and LoopBack contributors", "copyright.owner": "IBM Corp. and LoopBack contributors", "repository": { "type": "git", "url": "https://github.com/loopbackio/loopback-next.git", "directory": "packages/testlab" }, "engines": { "node": "16 || 18 || 20" }, "scripts": { "build": "lb-tsc", "clean": "lb-clean loopback-testlab*.tgz dist *.tsbuildinfo package", "pretest": "npm run build", "test": "lb-mocha \"dist/__tests__/**/*.js\"", "verify": "npm pack && tar xf loopback-testlab*.tgz && tree package && npm run clean" }, "publishConfig": { "access": "public" }, "files": [ "README.md", "dist", "fixtures", "should-as-function.d.ts", "src", "!*/__tests__" ], "dependencies": { "@hapi/shot": "^6.0.1", "@types/express": "^4.17.17", "@types/fs-extra": "^11.0.1", "@types/shot": "^4.0.1", "@types/sinon": "^10.0.16", "@types/supertest": "^2.0.12", "express": "^4.18.2", "fs-extra": "^11.1.1", "oas-validator": "^5.0.8", "should": "^13.2.3", "sinon": "^15.2.0", "supertest": "^6.3.3", "tslib": "^2.6.2" }, "devDependencies": { "@loopback/build": "^10.1.3", "@loopback/eslint-config": "^14.0.4", "@types/node": "^16.18.50" }, "gitHead": "9107199cdf1597260ee03e2a903b7db0dec8445d" }