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": "7.0.2", "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": "18 || 20 || 22" }, "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.21", "@types/fs-extra": "^11.0.4", "@types/shot": "^4.0.5", "@types/sinon": "^17.0.3", "@types/supertest": "^2.0.16", "express": "^4.19.2", "fs-extra": "^11.2.0", "oas-validator": "^5.0.8", "should": "^13.2.3", "sinon": "^17.0.1", "supertest": "^6.3.3", "tslib": "^2.6.2" }, "devDependencies": { "@loopback/build": "^11.0.2", "@loopback/eslint-config": "^15.0.2", "@types/node": "^16.18.96" }, "gitHead": "06b27e1b47cea48b54280e5590bb165e11fbeb10" }