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": "5.0.9", "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": "14 || 16 || 18 || 19" }, "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": "^9.0.13", "@types/shot": "^4.0.1", "@types/sinon": "^10.0.13", "@types/supertest": "^2.0.12", "express": "^4.18.2", "fs-extra": "^10.1.0", "oas-validator": "^5.0.8", "should": "^13.2.3", "sinon": "^15.0.1", "supertest": "^6.3.3", "tslib": "^2.5.0" }, "devDependencies": { "@loopback/build": "^9.0.9", "@loopback/eslint-config": "^13.0.9", "@types/node": "^14.18.36" }, "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9" }