๐Ÿ“ฆ Kong / insomnia

๐Ÿ“„ package.json ยท 52 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52{
  "private": true,
  "name": "insomnia-smoke-test",
  "author": "Kong <office@konghq.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kong/insomnia.git",
    "directory": "packages/insomnia-smoke-test"
  },
  "bugs": {
    "url": "https://github.com/kong/insomnia/issues"
  },
  "version": "12.2.0",
  "scripts": {
    "test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
    "test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
    "test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",
    "lint": "eslint . --ext .js,.ts,.tsx --cache",
    "serve": "esr server/index.ts"
  },
  "devDependencies": {
    "@playwright/test": "1.55.1",
    "@ravanallc/grpc-server-reflection": "^0.1.6",
    "@types/express": "^4.17.21",
    "@types/oidc-provider": "^8.8.1",
    "@types/uuid": "^9.0.8",
    "@types/ws": "^8.18.1",
    "cross-env": "^7.0.3",
    "esbuild-runner": "2.2.2",
    "express": "^4.21.2",
    "express-basic-auth": "^1.2.1",
    "graphql": "^16.10.0",
    "graphql-http": "^1.22.4",
    "http-errors": "^2.0.0",
    "oidc-provider": "^8.8.1",
    "socket.io": "^4.8.1",
    "statuses": "^2.0.1",
    "toidentifier": "^1.0.1",
    "uuid": "^9.0.1",
    "ws": "^8.18.1",
    "xvfb-maybe": "^0.2.1"
  },
  "description": "[![Playwright](https://img.shields.io/badge/playwright-blue.svg?style=for-the-badge&logo=playwright)](https://github.com/microsoft/playwright)",
  "homepage": "https://github.com/Kong/insomnia#readme",
  "main": ".eslintrc.js",
  "directories": {
    "doc": "docs",
    "test": "tests"
  }
}