UNPKG

828 BJSONView Raw
1{
2 "name": "@shopify/jest-koa-mocks",
3 "version": "2.0.7",
4 "license": "MIT",
5 "description": "",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "publishConfig": {
9 "access": "public",
10 "@shopify:registry": "https://registry.npmjs.org"
11 },
12 "scripts": {
13 "build": "tsc",
14 "prepublishOnly": "yarn run build"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git"
20 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/jest-koa-mocks/README.md",
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.44",
32 "typescript": "~2.7.2"
33 }
34}