UNPKG

1.28 kBJSONView Raw
1{
2 "name": "@shopify/jest-koa-mocks",
3 "version": "3.0.4",
4 "license": "MIT",
5 "description": "Utilities to easily stub Koa context and cookies",
6 "main": "index.js",
7 "types": "./build/ts/index.d.ts",
8 "publishConfig": {
9 "access": "public",
10 "@shopify:registry": "https://registry.npmjs.org"
11 },
12 "author": "Shopify Inc.",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/Shopify/quilt.git",
16 "directory": "packages/jest-koa-mocks"
17 },
18 "bugs": {
19 "url": "https://github.com/Shopify/quilt/issues"
20 },
21 "homepage": "https://github.com/Shopify/quilt/blob/main/packages/jest-koa-mocks/README.md",
22 "engines": {
23 "node": ">=12.14.0"
24 },
25 "dependencies": {
26 "koa": "^2.5.0",
27 "node-mocks-http": "^1.5.8"
28 },
29 "devDependencies": {
30 "@types/express": "^4.11.1",
31 "@types/koa": "^2.0.0"
32 },
33 "sideEffects": false,
34 "files": [
35 "build/",
36 "!build/*.tsbuildinfo",
37 "!build/ts/**/tests/",
38 "index.js",
39 "index.mjs",
40 "index.esnext"
41 ],
42 "module": "index.mjs",
43 "esnext": "index.esnext",
44 "exports": {
45 "./": "./",
46 ".": {
47 "import": "./index.mjs",
48 "require": "./index.js",
49 "esnext": "./index.esnext"
50 }
51 },
52 "gitHead": "80f3bf1a062fa2d432e63fe797716f9c0b226195"
53}