1 | {
|
2 | "name": "@loopback/testlab",
|
3 | "description": "A collection of test utilities we use to write LoopBack tests.",
|
4 | "version": "5.0.9",
|
5 | "license": "MIT",
|
6 | "main": "dist/index.js",
|
7 | "types": "dist/index.d.ts",
|
8 | "author": "IBM Corp. and LoopBack contributors",
|
9 | "copyright.owner": "IBM Corp. and LoopBack contributors",
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "https://github.com/loopbackio/loopback-next.git",
|
13 | "directory": "packages/testlab"
|
14 | },
|
15 | "engines": {
|
16 | "node": "14 || 16 || 18 || 19"
|
17 | },
|
18 | "scripts": {
|
19 | "build": "lb-tsc",
|
20 | "clean": "lb-clean loopback-testlab*.tgz dist *.tsbuildinfo package",
|
21 | "pretest": "npm run build",
|
22 | "test": "lb-mocha \"dist/__tests__/**/*.js\"",
|
23 | "verify": "npm pack && tar xf loopback-testlab*.tgz && tree package && npm run clean"
|
24 | },
|
25 | "publishConfig": {
|
26 | "access": "public"
|
27 | },
|
28 | "files": [
|
29 | "README.md",
|
30 | "dist",
|
31 | "fixtures",
|
32 | "should-as-function.d.ts",
|
33 | "src",
|
34 | "!*/__tests__"
|
35 | ],
|
36 | "dependencies": {
|
37 | "@hapi/shot": "^6.0.1",
|
38 | "@types/express": "^4.17.17",
|
39 | "@types/fs-extra": "^9.0.13",
|
40 | "@types/shot": "^4.0.1",
|
41 | "@types/sinon": "^10.0.13",
|
42 | "@types/supertest": "^2.0.12",
|
43 | "express": "^4.18.2",
|
44 | "fs-extra": "^10.1.0",
|
45 | "oas-validator": "^5.0.8",
|
46 | "should": "^13.2.3",
|
47 | "sinon": "^15.0.1",
|
48 | "supertest": "^6.3.3",
|
49 | "tslib": "^2.5.0"
|
50 | },
|
51 | "devDependencies": {
|
52 | "@loopback/build": "^9.0.9",
|
53 | "@loopback/eslint-config": "^13.0.9",
|
54 | "@types/node": "^14.18.36"
|
55 | },
|
56 | "gitHead": "6bee26c2dad33cc4668cd0a4a127c9e7596dfef9"
|
57 | }
|