UNPKG

1.57 kBJSONView Raw
1{
2 "name": "@loopback/testlab",
3 "description": "A collection of test utilities we use to write LoopBack tests.",
4 "version": "5.0.1",
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 || 17 || 18"
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.0",
38 "@types/express": "^4.17.13",
39 "@types/fs-extra": "^9.0.13",
40 "@types/shot": "^4.0.1",
41 "@types/sinon": "^10.0.11",
42 "@types/supertest": "^2.0.12",
43 "express": "^4.18.1",
44 "fs-extra": "^10.1.0",
45 "oas-validator": "^5.0.8",
46 "should": "^13.2.3",
47 "sinon": "^11.1.2",
48 "supertest": "^6.2.3",
49 "tslib": "^2.4.0"
50 },
51 "devDependencies": {
52 "@loopback/build": "^9.0.1",
53 "@loopback/eslint-config": "^13.0.1",
54 "@types/node": "^14.18.21"
55 },
56 "gitHead": "ccf7863d0639de966d6c6129b4aa94ba1dce2c33"
57}